Documentation ¶
Index ¶
- func AppendAll(content ...[]byte) []byte
- func AssertContains(t *testing.T, slice interface{}, value interface{})
- func AssertContainsAll(t *testing.T, sliceActual interface{}, sliceExpected interface{})
- func AssertEquals(t *testing.T, actual interface{}, expected interface{})
- func AssertError(t *testing.T, err error, message string)
- func AssertNil(t *testing.T, value interface{})
- func AssertNoError(t *testing.T, err error, message string)
- func AssertNotEquals(t *testing.T, actual interface{}, expected interface{})
- func AssertNotNil(t *testing.T, value interface{})
- func AssertPanic(t *testing.T, msg string)
- func AssertSame(t *testing.T, actual interface{}, expected interface{})
- func ComputeCryptoHash(content ...[]byte) []byte
- func GenerateUUID(t *testing.T) string
- func SetupTestConfig()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertContains ¶
func AssertContainsAll ¶
func AssertEquals ¶
func AssertNotEquals ¶
func AssertNotNil ¶
func AssertPanic ¶
func AssertSame ¶
func ComputeCryptoHash ¶
func GenerateUUID ¶
func SetupTestConfig ¶
func SetupTestConfig()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.