Documentation ¶ Index ¶ func Equal[T comparable](t testing.TB, expected, actual T, msgs ...any) func MustEqual[T any](t testing.TB, expected, actual T) func NoError(t testing.TB, err error) func ObjectsAreEqual(expected, actual any) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Equal ¶ func Equal[T comparable](t testing.TB, expected, actual T, msgs ...any) func MustEqual ¶ func MustEqual[T any](t testing.TB, expected, actual T) func NoError ¶ func NoError(t testing.TB, err error) func ObjectsAreEqual ¶ func ObjectsAreEqual(expected, actual any) bool Types ¶ This section is empty. Source Files ¶ View all Source files assert.go Click to show internal directories. Click to hide internal directories.