Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Run takes a testing suite and runs all of the tests attached to it. Run = suite.Run // NewAssert makes a new Assertions object for the specified TestingT. NewAssert = assert.New )
Functions ¶
This section is empty.
Types ¶
type Assert ¶
type Assert struct {
assert.Assertions
}
Assert provides assertion methods around the *testing.T interface.
Click to show internal directories.
Click to hide internal directories.