Documentation ¶
Index ¶
- func DeepEqual(t testing.TB, got, want any)
- func Equal[T comparable](t testing.TB, got, want T)
- func EqualAll[T comparable](t testing.TB, got, want []T)
- func Error(t testing.TB, got, want error)
- func ExitError(t testing.TB, got error, wantExitCode int)
- func False(t testing.TB, value bool)
- func FloatEqual[T ~float32 | ~float64](t testing.TB, got, want, epsilon T)
- func HasPrefix(t testing.TB, got, want string)
- func Less[T cmp.Ordered](t testing.TB, less, more T)
- func NotEqual[T comparable](t testing.TB, got, want T)
- func OK(t testing.TB, err error)
- func True(t testing.TB, value bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Equal ¶
func Equal[T comparable](t testing.TB, got, want T)
func EqualAll ¶
func EqualAll[T comparable](t testing.TB, got, want []T)
func NotEqual ¶
func NotEqual[T comparable](t testing.TB, got, want T)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.