package testrunner
import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/testrunner"
Index ¶
- type RunResult
- func FailingRunResult() RunResult
- func PassingRunResult() RunResult
- func (r RunResult) Merge(o RunResult) RunResult
- type TestRunner
Types ¶
type RunResult ¶
func FailingRunResult ¶
func FailingRunResult() RunResult
func PassingRunResult ¶
func PassingRunResult() RunResult
func (RunResult) Merge ¶
type TestRunner ¶
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
Source Files ¶
log_writer.go run_result.go test_runner.go
- Version
- v0.16.0
- Published
- Apr 29, 2015
- Platform
- linux/amd64
- Imports
- 19 packages
- Last checked
- 19 seconds ago –
Tools for package owners.