Versions in this module Expand all Collapse all v0 v0.1.1 Oct 15, 2023 Changes in this version + func Assert(t testing.TB, cond bool, val ...interface{}) + func Assertf(t testing.TB, cond bool, format string, val ...interface{}) + func DeepEqual(t testing.TB, expected, actual interface{}) + func False(t testing.TB, obj interface{}) + func Nil(t testing.TB, data interface{}) + func NotEqual(t testing.TB, expected, actual interface{}) + func NotNil(t testing.TB, data interface{}) + func NotPanic(t testing.TB, fn func()) + func Panic(t testing.TB, fn func()) + func True(t testing.TB, obj interface{})