Documentation
¶
Index ¶
- func Contains(t testing.TB, body, substr string, opts ...Option) bool
- func Equal(t testing.TB, got, want interface{}, opts ...Option) bool
- func ErrorIs(t testing.TB, got, expected error)
- func Fail(t testing.TB, fmt string, args ...interface{})
- func False(t testing.TB, got bool, opts ...Option) bool
- func IsNil(t testing.TB, got interface{}, opts ...Option) bool
- func NoErr(t testing.TB, err error)
- func NotEqual(t testing.TB, got, want interface{}, opts ...Option) bool
- func NotNil(t testing.TB, got interface{}, opts ...Option) bool
- func True(t testing.TB, got bool, opts ...Option) bool
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.