Documentation
¶
Index ¶
- func Contains(t *testing.T, s, contains any, msgAndArgs ...any) bool
- func Equal(t *testing.T, expected, actual any, msgAndArgs ...any) bool
- func False(t *testing.T, value bool, msgAndArgs ...any) bool
- func JSONEq(t *testing.T, expected, actual string, msgAndArgs ...any) bool
- func Nil(t *testing.T, v any, msgAndArgs ...any) bool
- func NoError(t *testing.T, err error, msgAndArgs ...any) bool
- func NotContains(t *testing.T, s, contains any, msgAndArgs ...any) bool
- func True(t *testing.T, value bool, msgAndArgs ...any) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NotContains ¶
NotContains fails the test if s contains contains.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.