Documentation ¶ Index ¶ func Equal(t *testing.T, expected any, actual any) func False(t *testing.T, condition bool) func Nil(t *testing.T, object any) func NotEqual(t *testing.T, expected any, actual any) func NotNil(t *testing.T, object any) func True(t *testing.T, condition bool) type PanicFunc Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Equal ¶ func Equal(t *testing.T, expected any, actual any) func False ¶ func False(t *testing.T, condition bool) func Nil ¶ func Nil(t *testing.T, object any) func NotEqual ¶ added in v0.0.7 func NotEqual(t *testing.T, expected any, actual any) func NotNil ¶ func NotNil(t *testing.T, object any) func True ¶ func True(t *testing.T, condition bool) Types ¶ type PanicFunc ¶ type PanicFunc func() Source Files ¶ View all Source files AssertWrapper.go Click to show internal directories. Click to hide internal directories.