bootstrap

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2019 License: MIT Imports: 8 Imported by: 0

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 ReqArguments interface {
	GetMethod() string
	GetUrl() string
	GetHeader() []string
	GetBody() string
	GetSnapshot() bool
}

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{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL