Documentation
¶
Index ¶
- func Assert(condition bool, format string, v ...interface{})
- func Equal(t *testing.T, val1, val2 interface{})
- func EqualSlice(t *testing.T, val1, val2 []interface{})
- func False(t *testing.T, val bool)
- func MatchRegex(t *testing.T, value string, regex *regexp.Regexp)
- func Nil(t *testing.T, val interface{})
- func NotAssert(condition bool, format string, v ...interface{})
- func NotEqual(t *testing.T, val1, val2 interface{})
- func NotMatchRegex(t *testing.T, value string, regex *regexp.Regexp)
- func NotNil(t *testing.T, val interface{})
- func True(t *testing.T, val bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EqualSlice ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.