Versions in this module Expand all Collapse all v0 v0.9.0 Sep 7, 2024 Changes in this version + func ErrorIs(t *testing.T, err error, target error) v0.8.0 Feb 16, 2024 Changes in this version + func IsNil(t *testing.T, obj any) + func NotEqual[T any](t *testing.T, a, b T) + func PanicMsgContains(t *testing.T, f func(), str string) + func Panics(t *testing.T, f func()) + func Same[T any](t *testing.T, a, b *T) v0.7.0 Nov 11, 2023 v0.6.0 Oct 14, 2023 Changes in this version + func ElementsMatch(t *testing.T, a, b []T) + func Equal(t *testing.T, a, b T) + func ErrorContains(t *testing.T, err error, str string) + func Panic(t *testing.T, f func())