Versions in this module Expand all Collapse all v1 v1.0.0 Jan 30, 2026 Changes in this version + func AssertContains(t *testing.T, haystack, needle, msg string) + func AssertEmpty[T any](t *testing.T, slice []T, msg string) + func AssertEqual[T comparable](t *testing.T, got, want T, msg string) + func AssertError(t *testing.T, err error, msg string) + func AssertFalse(t *testing.T, condition bool, msg string) + func AssertLen[T any](t *testing.T, slice []T, expected int, msg string) + func AssertNil(t *testing.T, value any, msg string) + func AssertNoError(t *testing.T, err error, msg string) + func AssertNotContains(t *testing.T, haystack, needle, msg string) + func AssertNotEmpty[T any](t *testing.T, slice []T, msg string) + func AssertNotEqual[T comparable](t *testing.T, got, unwanted T, msg string) + func AssertNotNil(t *testing.T, value any, msg string) + func AssertTrue(t *testing.T, condition bool, msg string) + func BoolPtr(b bool) *bool + func IntPtr(i int) *int + func LongTestContext(t *testing.T) context.Context + func QuickTestContext(t *testing.T) context.Context + func RequireEnv(t *testing.T, key string) string + func StringPtr(s string) *string + func TempConfig(t *testing.T, content string) string + func TempDir(t *testing.T) string + func TempFile(t *testing.T, name, content string) string + func TestContext(t *testing.T) context.Context