Versions in this module Expand all Collapse all v0 v0.0.1 Jul 18, 2026 Changes in this version + func CheckError(t testing.TB, assertion Assertion, err error) bool + func Error(t testing.TB, err error) bool + func NoError(t testing.TB, err error) bool + type Assertion = func(t testing.TB, err error) bool + func AllOf(asserts ...Assertion) Assertion + func As[E error](fn func(testing.TB, E) bool) Assertion + func Is(target error) Assertion + func Require(assert Assertion) Assertion