Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExplanationWriter ¶ added in v1.0.1
type ExplanationWriter struct{}
func (*ExplanationWriter) GetConsoleErr ¶ added in v1.0.1
func (z *ExplanationWriter) GetConsoleErr() io.Writer
func (*ExplanationWriter) GetConsoleOut ¶ added in v1.0.1
func (z *ExplanationWriter) GetConsoleOut() io.Writer
type ReqArguments ¶ added in v1.0.1
type ReqController ¶ added in v1.0.3
type ReqController struct {
// contains filtered or unexported fields
}
func NewReqController ¶ added in v1.0.3
func NewReqController(opts ReqControllerOptions) (obj *ReqController, err error)
func (*ReqController) Execute ¶ added in v1.0.3
func (z *ReqController) Execute(args ReqArguments) error
type ReqControllerOptions ¶ added in v1.0.3
type ReqControllerOptions interface {
GetVersion() string
}
type RunController ¶ added in v1.0.3
type RunController struct {
// contains filtered or unexported fields
}
func NewRunController ¶ added in v1.0.3
func NewRunController(opts RunControllerOptions) (r *RunController, err error)
func (*RunController) RunTests ¶ added in v1.0.3
func (r *RunController) RunTests(specDirs []string) error
type RunControllerOptions ¶ added in v1.0.3
type SnapshotOutput ¶ added in v1.0.1
type SnapshotOutput struct{}
func (*SnapshotOutput) GetTargetWriter ¶ added in v1.0.1
func (g *SnapshotOutput) GetTargetWriter() io.Writer
type TestStateStore ¶
type TestStateStore struct{}
Click to show internal directories.
Click to hide internal directories.