//
pkg.gl
Category
github.com/srcup/u-root
cmds
core
elvish
tt
package
6.0.0+incompatible
Repository:
https://github.com/srcup/u-root.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
3
Dependents
0
Files
111 SLOC
#
Functions
Args
Args returns a new Case with the given arguments.
Fn
Fn makes a new FnToTest with the given function name and body.
Test
Test tests a function against test cases.
#
Structs
Case
Case represents a test case.
FnToTest
FnToTest describes a function to test.
#
Interfaces
Matcher
Matcher wraps the Match method.
RetValue
RetValue is an empty interface used in the Matcher interface.
T
T is the interface for accessing testing.T.
#
Type aliases
Table
Table represents a test table.