Documentation
¶
Index ¶
- func Contains(t testing.TB, a any, b any)
- func DeepEqual[T any](t testing.TB, a T, b T)
- func Equal[T comparable](t testing.TB, a T, b T)
- func False(t testing.TB, a bool)
- func Nil(t testing.TB, a any)
- func NotContains(t testing.TB, a any, b any)
- func NotEqual[T comparable](t testing.TB, a T, b T)
- func NotNil(t testing.TB, a any)
- func True(t testing.TB, a bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Equal ¶
func Equal[T comparable](t testing.TB, a T, b T)
Equal asserts that the two parameters are equal.
func NotContains ¶
NotContains asserts that a doesn't contain b.
func NotEqual ¶
func NotEqual[T comparable](t testing.TB, a T, b T)
NotEqual asserts that the two parameters are not equal.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.