//
pkg.gl
Category
github.com/cockroachdb/cockroach
pkg
testutils
echotest
package
25.1.0+incompatible
Repository:
https://github.com/cockroachdb/cockroach.git
Documentation:
pkg.go.dev
Versions
3
Dependencies
9
Dependents
0
Files
147 SLOC
#
Functions
NewWalker
NewWalker helps automate table-driven tests in which each test case produces output that should be verified.
Require
Require checks that the string matches what is found in the file located at the provided path.
#
Structs
Walker
Walker helps automate table-driven tests.
#
Interfaces
T
T is *testing.T stripped down to the bare essentials.