Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type M ¶
type M struct { // tests is a list of the test names to execute Tests []TestToCall }
M is a test suite.
type T ¶
type T struct {
// contains filtered or unexported fields
}
T is a test helper.
type TestToCall ¶
type TestToCall struct { // Name of the test to call. Name string // Function reference to the test. Func func(*T) }
TestToCall is a reference to a test that should be called during a test suite run.
Click to show internal directories.
Click to hide internal directories.