Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Assertions ¶
type Assertions struct {
*assert.Assertions
}
func Must ¶
func Must() *Assertions
func New ¶
func New(h Handler) *Assertions
type Logger ¶
type Logger interface {
Debug() *Assertions
Info() *Assertions
Warn() *Assertions
Error() *Assertions
Panic() *Assertions
Fatal() *Assertions
}
Click to show internal directories.
Click to hide internal directories.