Versions in this module Expand all Collapse all v1 v1.7.9 Jul 22, 2026 v1.7.8 Jul 18, 2026 Changes in this version + func Contains(t testing.TB, s any, substr string, msgAndArgs ...any) bool + func Empty(t testing.TB, value any, msgAndArgs ...any) bool + func Equal(t testing.TB, expected, actual any, msgAndArgs ...any) bool + func Error(t testing.TB, err error, msgAndArgs ...any) bool + func ErrorIs(t testing.TB, err, target error, msgAndArgs ...any) bool + func Eventually(t testing.TB, condition func() bool, waitFor, tick time.Duration, ...) bool + func False(t testing.TB, value bool, msgAndArgs ...any) bool + func Len(t testing.TB, value any, length int, msgAndArgs ...any) bool + func Never(t testing.TB, condition func() bool, waitFor, tick time.Duration, ...) bool + func Nil(t testing.TB, value any, msgAndArgs ...any) bool + func NoError(t testing.TB, err error, msgAndArgs ...any) bool + func NotEmpty(t testing.TB, value any, msgAndArgs ...any) bool + func NotNil(t testing.TB, value any, msgAndArgs ...any) bool + func True(t testing.TB, value bool, msgAndArgs ...any) bool + func Zero(t testing.TB, value any, msgAndArgs ...any) bool