Documentation ¶ Index ¶ func Equal(t *testing.T, want any, got any) func Error(t *testing.T, err error) func False(t *testing.T, got bool) func Nil(t *testing.T, got any) func NoError(t *testing.T, err error) func NotEqual(t *testing.T, want any, got any) func True(t *testing.T, got bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Equal ¶ func Equal(t *testing.T, want any, got any) func Error ¶ func Error(t *testing.T, err error) func False ¶ func False(t *testing.T, got bool) func Nil ¶ func Nil(t *testing.T, got any) func NoError ¶ func NoError(t *testing.T, err error) func NotEqual ¶ func NotEqual(t *testing.T, want any, got any) func True ¶ func True(t *testing.T, got bool) Types ¶ This section is empty. Source Files ¶ View all Source files assert.go Click to show internal directories. Click to hide internal directories.