Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoolEqual ¶ added in v0.8.0
func BoolEqual(t testingDotT, expected, result bool)
BoolEqual will call t.Errorf if expected != result t should be a *testing.T normally
func DeepEqual ¶
func DeepEqual(t testingDotT, expected, result interface{})
DeepEqual will call t.Errorf if !reflect.DeepEqual(expected, result) t should be a *testing.T normally
func ExpectError ¶
ExpectError will call t.Errorf if expectError != (err == nil) t should be a *testing.T normally
func StringEqual ¶
func StringEqual(t testingDotT, expected, result string)
StringEqual will call t.Errorf if expected != result t should be a *testing.T normally
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.