Documentation
¶
Index ¶
- type Assert
- func All[T any](conds ...Assert[T]) Assert[T]
- func Any[T any](conds ...Assert[T]) Assert[T]
- func Contain[T comparable](want T) Assert[[]T]
- func Equal[T comparable](want T) Assert[T]
- func Func[T any](fn func(got T) bool) Assert[T]
- func IsError(want error) Assert[error]
- func IsNil[T any]() Assert[T]
- func Len[T any](want int) Assert[[]T]
- type T
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.