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 ReqBroker ¶ added in v1.0.1
type ReqBroker struct {
// contains filtered or unexported fields
}
func NewReqBroker ¶ added in v1.0.1
func NewReqBroker(opts ReqBrokerOptions) (obj *ReqBroker, err error)
func (*ReqBroker) Execute ¶ added in v1.0.1
func (z *ReqBroker) Execute(args ReqArguments) error
type ReqBrokerOptions ¶ added in v1.0.1
type ReqBrokerOptions interface{}
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 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.