Documentation ¶
Index ¶
- func EqualErr(t *testing.T, expected, actual error, msgs ...string)
- func EqualError(t *testing.T, theError error, errString string, msgs ...string)
- func EqualFloat64(t *testing.T, expected, actual float64, msgs ...string)
- func EqualInt(t *testing.T, expected, actual int, msgs ...string)
- func EqualIntPtr(t *testing.T, expected, actual *int, msgs ...string)
- func EqualString(t *testing.T, expected, actual string, msgs ...string)
- func EqualStringPtr(t *testing.T, expected, actual *string, msgs ...string)
- func EqualUInt32(t *testing.T, expected, actual uint32, msgs ...string)
- func EqualUInt64(t *testing.T, expected, actual uint64, msgs ...string)
- func EqualUInt64Ptr(t *testing.T, expected, actual *uint64, msgs ...string)
- func Implements(t *testing.T, interfaceObject interface{}, object interface{}, msgs ...string)
- func Nil(t *testing.T, object interface{}, msgs ...string)
- func NoError(t *testing.T, err error, msgs ...string)
- func NotNil(t *testing.T, object interface{}, msgs ...string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Implements ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.