Versions in this module Expand all Collapse all v0 v0.0.2 Jan 19, 2025 v0.0.1 Dec 8, 2024 Changes in this version + func ContainsError(expected error, got error, t *testing.T) + func Eq(l any, r any, t *testing.T) + func False(v bool, t *testing.T) + func FloatEq[T ~float32 | float64](l T, r T, eps T, t *testing.T) + func FormatError(expected any, got any, base string, file string, line int, t *testing.T) + func MapsMatch[K comparable, V any](actual map[K]V, generated map[K]V, t *testing.T) + func Neq(l any, r any, t *testing.T) + func Nil(v any, t *testing.T) + func NilPntr[T any](v *T, t *testing.T) + func NilSlice[T any](v []T, t *testing.T) + func NoPanic(action func(), t *testing.T) + func NotNil(v any, t *testing.T) + func NotNilPntr[T any](v *T, t *testing.T) + func NotNilSlice[T any](v []T, t *testing.T) + func Panics(action func(), t *testing.T) + func SlicesMatchUnordered[T any](actual []T, generated []T, t *testing.T) + func SlicesMatch[T any](actual []T, generated []T, t *testing.T) + func True(v bool, t *testing.T)