Documentation ¶
Index ¶
- func Fail(t *testing.T, format string, args ...interface{})
- func Logf(t *testing.T, format string, args ...interface{})
- func That[T any](t *testing.T, actual T, matcher Matcher[T], reasonFormat string, ...)
- func ThatEventually[T any](t *testing.T, ctx context.Context, actual func() T, matcher Matcher[T], ...)
- type Matcher
- type MatcherImplementation
- type MessageProvider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Matcher ¶
func CreateMatcher ¶
func CreateMatcher[T any](match MatcherImplementation[T], message MessageProvider[T]) Matcher[T]
Helper functions
func CreateNotMatcher ¶
func CreateNotMatcher[T any](match MatcherImplementation[T], message MessageProvider[T]) Matcher[T]
type MatcherImplementation ¶
type MessageProvider ¶
Click to show internal directories.
Click to hide internal directories.