Documentation ¶ Index ¶ func Equal[T comparable](t *testing.T, actual, expected T) func Error(t *testing.T, actual error) func Greater[T constraints.Ordered](t *testing.T, actual, expected T) func NilError(t *testing.T, actual error) func StringContains(t *testing.T, actual, expectedSubstring string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Equal ¶ func Equal[T comparable](t *testing.T, actual, expected T) func Error ¶ func Error(t *testing.T, actual error) func Greater ¶ func Greater[T constraints.Ordered](t *testing.T, actual, expected T) func NilError ¶ func NilError(t *testing.T, actual error) func StringContains ¶ func StringContains(t *testing.T, actual, expectedSubstring string) Types ¶ This section is empty. Source Files ¶ View all Source files assert.go Click to show internal directories. Click to hide internal directories.