Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CoverageSpec ¶ added in v0.4.2
type RunSpec ¶ added in v0.4.2
type RunSpec struct { Name string Packages string Suite *types.SuiteConfig Build *types.GoFlagsConfig Run *types.CLIConfig Reporter *types.ReporterConfig }
type TestPlanRuntime ¶ added in v0.4.2
type TestPlanRuntime struct {
// contains filtered or unexported fields
}
func NewTestPlanRuntime ¶ added in v0.4.2
func NewTestPlanRuntime() (*TestPlanRuntime, error)
func (*TestPlanRuntime) Run ¶ added in v0.4.2
func (rt *TestPlanRuntime) Run(actions ...string) (testErr error)
type TestPlanSpec ¶ added in v0.4.2
type TestPlanSpec struct { Parallel bool Actions map[string]RunSpec Coverage CoverageSpec }
Click to show internal directories.
Click to hide internal directories.