Documentation
¶
Index ¶
- func Contains(t TestingT, object, contain any)
- func Empty(t TestingT, v any)
- func Equal[T any](t TestingT, actual, expected T, opts ...Option)
- func Error(t TestingT, err error)
- func False(t TestingT, v bool)
- func Greater[T any](t TestingT, v1, v2 T)
- func GreaterOrEqual[T any](t TestingT, v1, v2 T)
- func Len(t TestingT, object any, length int)
- func Less[T any](t TestingT, v1, v2 T)
- func LessOrEqual[T any](t TestingT, v1, v2 T)
- func Nil(t TestingT, v any)
- func NoError(t TestingT, err error)
- func NotContains(t TestingT, object, contain any)
- func NotEmpty(t TestingT, v any)
- func NotEqual[T any](t TestingT, actual, expected T, opts ...Option)
- func NotNil(t TestingT, v any)
- func True(t TestingT, v bool)
- type Option
- type TestingT
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GreaterOrEqual ¶
func LessOrEqual ¶
func NotContains ¶
Types ¶
type Option ¶
func IgnoreFields ¶
Click to show internal directories.
Click to hide internal directories.