Documentation ¶
Index ¶
- func ErrorMessage(t *testing.T, expected string, actual error)
- func False(t *testing.T, actual bool)
- func NoError(t *testing.T, actual error)
- func NoPanic(t *testing.T, f func())
- func Panics(t *testing.T, f func())
- func Same[E comparable](t *testing.T, expected E, actual E)
- func True(t *testing.T, actual bool)
- type PanicAssertion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Same ¶
func Same[E comparable](t *testing.T, expected E, actual E)
Types ¶
type PanicAssertion ¶
Click to show internal directories.
Click to hide internal directories.