Versions in this module Expand all Collapse all v1 v1.0.0 Jul 23, 2026 Changes in this version + type AssertFunc func(assert.TestingT, any, any, ...any) bool + type Config struct + AssertFunc AssertFunc + type Matcher struct + AssertFunc AssertFunc + Expected any + T *testing.T + func Eq(t *testing.T, expected any, opts ...Option) *Matcher + func (m *Matcher) Matches(actual any) bool + func (m *Matcher) String() string + type Option func(*Config) + func ExportedValues() Option + func Values() Option