Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestRunner ¶
type TestRunner struct {
// contains filtered or unexported fields
}
func NewTestRunner ¶
func NewTestRunner(opts TestRunnerOptions) (r *TestRunner, err error)
func (*TestRunner) RunTests ¶
func (a *TestRunner) RunTests() error
type TestRunnerOptions ¶
type TestRunnerOptions interface {
GetSpecDirs() []string
}
type TestStateStore ¶
type TestStateStore struct{}
Click to show internal directories.
Click to hide internal directories.