Documentation
¶
Index ¶
- func DeepEqual[T any](t *testing.T, value, expected T)
- func Equal[T comparable](t *testing.T, value, expected T)
- func Error(t *testing.T, err error)
- func ErrorContains(t *testing.T, err error, expected string)
- func False(t *testing.T, actual bool)
- func Nil(t *testing.T, value any)
- func NoError(t *testing.T, err error)
- func NotEqual[T comparable](t *testing.T, value, expected T)
- func NotNil(t *testing.T, value any)
- func StringContains(t *testing.T, value, expected string)
- func True(t *testing.T, actual bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Equal ¶
func Equal[T comparable](t *testing.T, value, expected T)
func NotEqual ¶
func NotEqual[T comparable](t *testing.T, value, expected T)
func StringContains ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.