Documentation
¶
Index ¶
- func DeepEqual(t *testing.T, got, want any, msgs ...any)
- func Equal[T comparable](t *testing.T, got, want T, msgs ...any)
- func False(t *testing.T, cond bool, msgs ...any)
- func Nil(t *testing.T, a any, msgs ...any)
- func NotNil(t *testing.T, a any, msgs ...any)
- func ShouldNotPanic(t *testing.T, fn func(), msgs ...any)
- func ShouldPanic(t *testing.T, fn func(), msgs ...any)
- func True(t *testing.T, cond bool, msgs ...any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ShouldNotPanic ¶
func ShouldPanic ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.