Versions in this module Expand all Collapse all v0 v0.0.1 Feb 19, 2022 Changes in this version + func Contains(t testing.TB, s []T, v ...T) + func ContainsKeys(t testing.TB, m map[T]A, keys ...T) + func ContainsVals(t testing.TB, m map[A]T, vals ...T) + func Equal(t testing.TB, result, expected T) + func EqualC(t testing.TB, result Comparable[T], expected T) + func EqualMaps(t testing.TB, result, expected map[K]V) + func EqualSlices(t testing.TB, result, expected TS) + func Error(t testing.TB, err error) + func ErrorAs(t testing.TB, err error, target any) + func ErrorIs(t testing.TB, err, target error) + func NilError(t testing.TB, err error) + type Comparable interface + Equal func(t T) bool