Versions in this module Expand all Collapse all v0 v0.2.0 Nov 10, 2024 Changes in this version + func Nil(t testing.TB, v any) + func NotNil(t testing.TB, v any) + func NotZero[T any](t testing.TB, value T) v0.1.0 Nov 4, 2024 Changes in this version + func AllEqual[T comparable](t testing.TB, want, got []T) + func Contains[byteseq ~string | ~[]byte](t testing.TB, needle string, haystack byteseq) + func Debug(t testing.TB, f func()) + func DebugLog(t testing.TB, format string, args ...any) + func DeepEqual[T any](t testing.TB, want, got T) + func Equal[T comparable](t testing.TB, want, got T) + func False(t testing.TB, value bool) + func NilErr(t testing.TB, err error) + func Nonzero[T any](t testing.TB, value T) + func NotContains[byteseq ~string | ~[]byte](t testing.TB, needle string, haystack byteseq) + func NotEqual[T comparable](t testing.TB, bad, got T) + func Relaxed(t testing.TB) testing.TB + func True(t testing.TB, value bool) + func Zero[T any](t testing.TB, value T)