Versions in this module Expand all Collapse all v0 v0.2.0 Mar 17, 2026 Changes in this version + func BytesEqual(t testing.TB, expected, actual []byte, a ...any) + func DeepEqual(t testing.TB, expected, actual any, a ...any) + func Equal[T comparable](t testing.TB, expected, actual T, a ...any) + func Nil(t testing.TB, v any, a ...any) + func True(t testing.TB, cond bool, a ...any)