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) 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 ¶ 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 ¶ This section is empty. Source Files ¶ View all Source files AssertWrapper.go Click to show internal directories. Click to hide internal directories.