Documentation
¶
Index ¶
- func Assert(t testingT, cond bool, val ...interface{})
- func Assertf(t testingT, cond bool, format string, val ...interface{})
- func DeepEqual(t testingT, expected, actual interface{})
- func False(t testingT, obj interface{})
- func Nil(t testingT, data interface{})
- func NotEqual(t testingT, expected, actual interface{})
- func NotNil(t testingT, data interface{})
- func NotPanic(t testingT, fn func())
- func Panic(t testingT, fn func())
- func True(t testingT, obj interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.