bootstrap

package
v1.0.3 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 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 RunControllerOptions interface {
	GetConfigPath() string
	GetVersion() string
	GetRevision() string
}

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

Jump to

Keyboard shortcuts

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