package
6.0.0+incompatible
Repository: https://github.com/srcup/u-root.git
Documentation: pkg.go.dev

# Functions

Args returns a new Case with the given arguments.
Fn makes a new FnToTest with the given function name and body.
Test tests a function against test cases.

# Structs

Case represents a test case.
FnToTest describes a function to test.

# Interfaces

Matcher wraps the Match method.
RetValue is an empty interface used in the Matcher interface.
T is the interface for accessing testing.T.

# Type aliases

Table represents a test table.