Documentation
¶
Index ¶
- func Different[N comparable](t *testing.T, a, b N, parts ...any) bool
- func Equal[N comparable](t *testing.T, a, b N, parts ...any) bool
- func GreaterThan[N cmp.Ordered](t *testing.T, a, b N, parts ...any) bool
- func LessThan[N cmp.Ordered](t *testing.T, a, b N, parts ...any) bool
- func MultiEqual[N comparable](t *testing.T, a N, bs ...N) bool
- func OnError(t *testing.T, err error, parts ...any) bool
- func OnErrorFatal(t *testing.T, err error, parts ...any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MultiEqual ¶
func MultiEqual[N comparable](t *testing.T, a N, bs ...N) bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.