Versions in this module Expand all Collapse all v2 v2.0.1 Oct 21, 2025 v2.0.0 Aug 9, 2025 Changes in this version + var ErrAssertionFailure = errors.New("assertion failure") + var ErrFatalAssertionFailure = errors.New("fatal") + func So(t *testing.T, actual any, assertion Func, expected ...any) + type Func func(actual any, expected ...any) error + type T struct + func New(t *testing.T) *T + func (this *T) So(actual any, assertion Func, expected ...any) (ok bool)