Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestSubtests ¶
func TestSubtests(t *testing.T, runner SubtestRunner)
TestSubtests runs predefined subtests by the specified runner.
Types ¶
type Subtest ¶
Subtest is an interface of a test function where the queue is assumed to be empty before running the test.
type SubtestRunner ¶
SubtestRunner is an interface of a function that runs multiple subtests. An instance of this interface is required to be a function which runs specified subtests with truncating data store contents before running each subtest.
Click to show internal directories.
Click to hide internal directories.