Documentation ¶
Index ¶
- func Equal(tb testing.TB, printf func(format string, args ...any), ...) (success bool)
- func Error(tb testing.TB, printf func(format string, args ...any), err error) (success bool)
- func ErrorContains(tb testing.TB, printf func(format string, args ...any), err error, ...) (success bool)
- func ErrorIs(tb testing.TB, printf func(format string, args ...any), err, target error) (success bool)
- func False(tb testing.TB, printf func(format string, args ...any), value bool) (success bool)
- func Nil(tb testing.TB, printf func(format string, args ...any), value interface{}) (success bool)
- func NoError(tb testing.TB, printf func(format string, args ...any), err error) (success bool)
- func NotEqual(tb testing.TB, printf func(format string, args ...any), ...) (success bool)
- func NotNil(tb testing.TB, printf func(format string, args ...any), value interface{}) (success bool)
- func True(tb testing.TB, printf func(format string, args ...any), value bool) (success bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrorContains ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.