Documentation ¶
Index ¶
- func ContainsStr(t *testing.T, expected string, array []string, message string)
- func Equal(t *testing.T, expected interface{}, actual interface{}, message string)
- func Nil(t *testing.T, actual interface{}, message string)
- func NotEqual(t *testing.T, expected interface{}, actual interface{}, message string)
- func NotNil(t *testing.T, actual interface{}, message string)
- func True(t *testing.T, expression bool, message string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainsStr ¶ added in v1.0.3
ContainsStr assert that an array contains an expected value
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.