Documentation ¶
Index ¶
- func DeepEquals(actual interface{}, expected interface{}, message string, t *testing.T)
- func Equals(actual interface{}, expected interface{}, message string, t *testing.T)
- func Failure(err error, functionName string, t *testing.T)
- func False(actual bool, message string, t *testing.T)
- func Nil(actual interface{}, message string, t *testing.T)
- func StringArrayContains(actual []string, containedString, message string, t *testing.T)
- func StringArrayEmpty(actual []string, message string, t *testing.T)
- func StringArrayNotEmpty(actual []string, message string, t *testing.T)
- func Success(err error, functionName string, t *testing.T)
- func True(actual bool, message string, t *testing.T)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeepEquals ¶
func StringArrayContains ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.