package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Feb 15, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
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()
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 AssertNil(t *testing.T, value interface{})
func AssertNotEquals(t *testing.T, actual interface{}, expected interface{})
func AssertNotNil(t *testing.T, value interface{})
func AssertSame(t *testing.T, actual interface{}, expected interface{})
func ComputeCryptoHash(content ...[]byte) []byte
Source Files
¶
Click to show internal directories.
Click to hide internal directories.