Documentation
¶
Index ¶
- type Checker
- func AllOf[Type any](asserts ...Checker[Type]) Checker[Type]
- func AsError[Want error]() Checker[error]
- func Contain[Type comparable](want Type) Checker[[]Type]
- func Equal[Type any](want Type) Checker[Type]
- func Func[Type any](passing func(t testing.TB, got Type)) Checker[Type]
- func IsError(want error) Checker[error]
- func IsNil[Type any]() Checker[Type]
- func Len[Type any](want int) Checker[[]Type]
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.