Documentation ¶
Index ¶
- func AssertDeepEquals(t *testing.T, s string, got interface{}, expected interface{})
- func AssertEquals(t *testing.T, s string, got interface{}, expected interface{})
- func AssertFalse(t *testing.T, s string, got bool)
- func AssertNil(t *testing.T, s string, got interface{})
- func AssertNotEquals(t *testing.T, s string, got interface{}, expected interface{})
- func AssertNotNil(t *testing.T, s string, got interface{})
- func AssertStringEquals(t *testing.T, s string, got string, expected string)
- func AssertStringEqualsDiff(t *testing.T, s string, got string, expected string)
- func AssertStringNotEquals(t *testing.T, s string, got string, expected string)
- func AssertTrue(t *testing.T, s string, got bool)
- func JSON(x interface{}) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertDeepEquals ¶
func AssertEquals ¶
func AssertNotEquals ¶
func AssertNotNil ¶
func AssertStringEquals ¶
func AssertStringEqualsDiff ¶
func AssertStringNotEquals ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.