Documentation
¶
Overview ¶
Package assert is a wrapper over testify's assert package. We can expand it with additional functionality with a minimum of code, so long as we don't collide with their definitions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Assertions ¶
type Assertions struct { // Embedding this to pass through to all functionality we don't add. *assert.Assertions // contains filtered or unexported fields }
Assertions adds assertions to testify's assert lib.
func New ¶
func New(tt assert.TestingT) *Assertions
New creates a new Assertions type wrapping testify with additional functions.
Click to show internal directories.
Click to hide internal directories.