package
Version:
v3.0.0-alpha.1+incompa...
Opens a new window with list of versions in this module.
Published: May 15, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
AssertGoldenBytes asserts that the give actual content matches the contents of the given filename
AssertGoldenString asserts that the given string matches the contents of the given file.
type HelperT interface {
Helper()
}
HelperT describes a test with a helper function
type TestingT interface {
Fatal(...interface{})
Fatalf(string, ...interface{})
HelperT
}
TestingT describes a testing object compatible with the critical functions from the testing.T type
Source Files
¶
Click to show internal directories.
Click to hide internal directories.