Versions in this module Expand all Collapse all v0 v0.1.0 Feb 15, 2016 Changes in this version + 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()