testrunner

package
v0.0.0-...-a17cc88 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2014 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RunResult

type RunResult struct {
	Passed               bool
	HasProgrammaticFocus bool
}

func FailingRunResult

func FailingRunResult() RunResult

func PassingRunResult

func PassingRunResult() RunResult

func (RunResult) Merge

func (r RunResult) Merge(o RunResult) RunResult

type TestRunner

type TestRunner struct {
	Suite testsuite.TestSuite
	// contains filtered or unexported fields
}

func New

func New(suite testsuite.TestSuite, numCPU int, parallelStream bool, race bool, cover bool, tags string, additionalArgs []string) *TestRunner

func (*TestRunner) CleanUp

func (t *TestRunner) CleanUp()

func (*TestRunner) Compile

func (t *TestRunner) Compile() error

func (*TestRunner) Run

func (t *TestRunner) Run() RunResult

Jump to

Keyboard shortcuts

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