Versions in this module Expand all Collapse all v0 v0.0.3 Jun 10, 2025 v0.0.2 May 21, 2025 Changes in this version + func NoError(t TestingT, err error) bool v0.0.1 May 11, 2025 Changes in this version + func AsAssertErrorAssertionFunc(ea ErrorAssertion) assert.ErrorAssertionFunc + func AsRequireErrorAssertionFunc(ea ErrorAssertion) require.ErrorAssertionFunc + func ReadAndClose(t *testing.T, body io.ReadCloser) []byte + type ErrorAssertion func(TestingT, error) bool + func ErrorIs(allExpectedErrors ...error) ErrorAssertion + func ErrorOfType[T error](assertsOfType ...func(T) bool) ErrorAssertion + func ErrorStringContains(s string) ErrorAssertion + func ExpectedErrorChecks(expected ...ErrorAssertion) ErrorAssertion + func (e ErrorAssertion) Assert(t TestingT, err error) bool + type TestingT interface + Errorf func(format string, args ...interface{})