Documentation ¶
Index ¶
- func Assert(t testing.TB, cond bool, val ...interface{})
- func Assertf(t testing.TB, cond bool, format string, val ...interface{})
- func DeepEqual(t testing.TB, expected, actual interface{})
- func False(t testing.TB, obj interface{})
- func Nil(t testing.TB, data interface{})
- func NotEqual(t testing.TB, expected, actual interface{})
- func NotNil(t testing.TB, data interface{})
- func NotPanic(t testing.TB, fn func())
- func Panic(t testing.TB, fn func())
- func True(t testing.TB, obj interface{})
- func VerifyTrailer(t *testing.T, r io.Reader, expectedTrailer string)
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.