Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InlineEqual ¶
func InlineJSONEq ¶
Types ¶
type Assertions ¶
type Assertions struct {
// contains filtered or unexported fields
}
Assertions provides assertion methods around the TestingT interface.
func New ¶
func New(t *testing.T) *Assertions
New makes a new Assertions object for the specified TestingT.
func (*Assertions) InlineEqual ¶
func (a *Assertions) InlineEqual(actual interface{}, msgAndArgs ...interface{})
func (*Assertions) InlineJSONEq ¶
func (a *Assertions) InlineJSONEq(actual interface{}, msgAndArgs ...interface{})
Click to show internal directories.
Click to hide internal directories.