Documentation ¶
Index ¶
- func Assert(t *testing.T, result bool, message string)
- func AssertBigIntEquals(t *testing.T, one *big.Int, two *big.Int)
- func AssertByteEquals(t *testing.T, one []byte, two []byte)
- func AssertContains(t *testing.T, haystack string, needle string)
- func AssertDeepEquals(t *testing.T, one interface{}, two interface{})
- func AssertEquals(t *testing.T, one interface{}, two interface{})
- func AssertError(t *testing.T, err error, message string)
- func AssertIntEquals(t *testing.T, one int, two int)
- func AssertMarshaledEquals(t *testing.T, one interface{}, two interface{})
- func AssertNotContains(t *testing.T, haystack string, needle string)
- func AssertNotEquals(t *testing.T, one interface{}, two interface{})
- func AssertNotError(t *testing.T, err error, message string)
- func AssertNotNil(t *testing.T, obj interface{}, message string)
- func AssertSeverity(t *testing.T, data string, severity int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertDeepEquals ¶
func AssertEquals ¶
func AssertMarshaledEquals ¶
func AssertNotEquals ¶
func AssertNotNil ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.