test

package
v3.1.2 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AssertGoldenBytes

func AssertGoldenBytes(t TestingT, actual []byte, filename string)

AssertGoldenBytes asserts that the give actual content matches the contents of the given filename

func AssertGoldenFile

func AssertGoldenFile(t TestingT, actualFileName string, expectedFilename string)

AssertGoldenFile assers that the content of the actual file matches the contents of the expected file

func AssertGoldenString

func AssertGoldenString(t TestingT, actual, filename string)

AssertGoldenString asserts that the given string matches the contents of the given file.

Types

type HelperT

type HelperT interface {
	Helper()
}

HelperT describes a test with a helper function

type TestingT

type TestingT interface {
	Fatal(...interface{})
	Fatalf(string, ...interface{})
	HelperT
}

TestingT describes a testing object compatible with the critical functions from the testing.T type

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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