package
Version:
v0.0.0-...-88a4a2c
Opens a new window with list of versions in this module.
Published: Dec 13, 2022
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
¶
AssertGoldenFile asserts that the content of the actual file matches the contents of the expected file
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
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.