Documentation ¶
Index ¶
- func AssertEmptyString(t *testing.T, actual string)
- func AssertEqualsBool(t *testing.T, expected bool, actual bool)
- func AssertEqualsFloat64(t *testing.T, expected float64, actual float64)
- func AssertEqualsInt(t *testing.T, expected int, actual int)
- func AssertEqualsString(t *testing.T, expected string, actual string)
- func AssertEqualsStruct(t *testing.T, expected interface{}, actual interface{})
- func AssertEqualsTime(t *testing.T, expected time.Time, actual time.Time)
- func AssertNil(t *testing.T, actual interface{})
- func AssertNotNill(t *testing.T, actual interface{})
- func BoolPtr(b bool) *bool
- func FloatPtr(f float64) *float64
- func IntPtr(f int) *int
- func Minimise(str string) string
- func PrettyPrint(data interface{}) string
- func StrPtr(s string) *string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertEmptyString ¶
func AssertEqualsStruct ¶
func AssertNotNill ¶
func PrettyPrint ¶
func PrettyPrint(data interface{}) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.