Versions in this module Expand all Collapse all v0 v0.0.2 Dec 24, 2025 v0.0.1 Dec 24, 2025 Changes in this version + func Contains(t testing.TB, s, substr string, _ ...any) + func Equal(t testing.TB, expected, actual any, _ ...any) + func EqualValues(t testing.TB, expected, actual any, _ ...any) + func Error(t testing.TB, err error, _ ...any) + func Len(t testing.TB, v any, n int, _ ...any) + func Nil(t testing.TB, v any, _ ...any) + func NoError(t testing.TB, err error, _ ...any) + func NotEqual(t testing.TB, expected, actual any, _ ...any) + func NotNil(t testing.TB, v any, _ ...any)