Documentation ¶ Index ¶ func AssertContains[T any](t *testing.T, items []T, fn func(item T) bool) func AssertDeepEquals(t *testing.T, left, right any) func AssertLength[T any](t *testing.T, slice []T, expectedLength int) func AssertNotContains[T any](t *testing.T, items []T, fn func(item T) bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AssertContains ¶ func AssertContains[T any](t *testing.T, items []T, fn func(item T) bool) func AssertDeepEquals ¶ func AssertDeepEquals(t *testing.T, left, right any) func AssertLength ¶ func AssertLength[T any](t *testing.T, slice []T, expectedLength int) func AssertNotContains ¶ func AssertNotContains[T any](t *testing.T, items []T, fn func(item T) bool) Types ¶ This section is empty. Source Files ¶ View all Source files testing.go Click to show internal directories. Click to hide internal directories.