Versions in this module Expand all Collapse all v1 v1.2.0 Aug 11, 2026 Changes in this version + func Contains(tb testing.TB, value string, msgAndArgs ...string) + func DeepEqual(expected, actual interface{}) bool + func Empty(tb testing.TB, value interface{}, msgAndArgs ...interface{}) + func Equal(tb testing.TB, expected, actual interface{}, msgAndArgs ...interface{}) + func False(tb testing.TB, value bool, msgAndArgs ...interface{}) + func IsEmpty(o interface{}) bool + func IsNil(o interface{}) bool + func Nil(tb testing.TB, value interface{}, msgAndArgs ...interface{}) + func NotEmpty(tb testing.TB, value interface{}, msgAndArgs ...interface{}) + func NotEqual(tb testing.TB, expected, actual interface{}, msgAndArgs ...interface{}) + func NotNil(tb testing.TB, value interface{}, msgAndArgs ...interface{}) + func Panics(t *testing.T, title string, f func()) + func True(tb testing.TB, value bool, msgAndArgs ...interface{})