Documentation ¶
Index ¶
- func Contains(t *testing.T, s, substr string, msgAndArgs ...any)
- func Equal(t *testing.T, expected, actual any, msgAndArgs ...any)
- func Error(t *testing.T, err error, msgAndArgs ...any)
- func False(t *testing.T, value bool, msgAndArgs ...any)
- func IsNil(i any) bool
- func Nil(t *testing.T, value any, msgAndArgs ...any)
- func NoError(t *testing.T, err error, msgAndArgs ...any)
- func NotContains(t *testing.T, s, substr string, msgAndArgs ...any)
- func NotNil(t *testing.T, value any, msgAndArgs ...any)
- func NotPanics(t *testing.T, f func(), msgAndArgs ...any)
- func Panics(t *testing.T, f func(), msgAndArgs ...any)
- func True(t *testing.T, value bool, msgAndArgs ...any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NotContains ¶
NotContains expects s not to contain substr.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.