testutil

package
v0.6.1-preview Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2016 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AppendAll

func AppendAll(content ...[]byte) []byte

func AssertContains

func AssertContains(t testing.TB, slice interface{}, value interface{})

func AssertContainsAll

func AssertContainsAll(t testing.TB, sliceActual interface{}, sliceExpected interface{})

func AssertEquals

func AssertEquals(t testing.TB, actual interface{}, expected interface{})

func AssertError

func AssertError(t testing.TB, err error, message string)

func AssertNil

func AssertNil(t testing.TB, value interface{})

func AssertNoError

func AssertNoError(t testing.TB, err error, message string)

func AssertNotEquals

func AssertNotEquals(t testing.TB, actual interface{}, expected interface{})

func AssertNotNil

func AssertNotNil(t testing.TB, value interface{})

func AssertPanic

func AssertPanic(t testing.TB, msg string)

func AssertSame

func AssertSame(t testing.TB, actual interface{}, expected interface{})

func ComputeCryptoHash

func ComputeCryptoHash(content ...[]byte) []byte

func ConstructRandomBytes

func ConstructRandomBytes(t testing.TB, size int) []byte

func GenerateID

func GenerateID(t *testing.T) string

func ParseTestParams

func ParseTestParams() []string

func SetLogLevel

func SetLogLevel(level logging.Level, module string)

func SetupTestConfig

func SetupTestConfig()

Types

type TestRandomNumberGenerator

type TestRandomNumberGenerator struct {
	// contains filtered or unexported fields
}

func NewTestRandomNumberGenerator

func NewTestRandomNumberGenerator(maxNumber int) *TestRandomNumberGenerator

func (*TestRandomNumberGenerator) Next

func (randNumGenerator *TestRandomNumberGenerator) Next() int

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL