package testrunner
import "github.com/onsi/ginkgo/ginkgo/testrunner"
Index ¶
- Constants
- type RunResult
- func FailingRunResult() RunResult
- func PassingRunResult() RunResult
- func (r RunResult) Merge(o RunResult) RunResult
- type TestRunner
- func New(suite testsuite.TestSuite, numCPU int, parallelStream bool, timeout time.Duration, goOpts map[string]interface{}, additionalArgs []string) *TestRunner
- func (t *TestRunner) BuildArgs(path string) []string
- func (t *TestRunner) CleanUp()
- func (t *TestRunner) Compile() error
- func (t *TestRunner) CompileTo(path string) error
- func (t *TestRunner) Run() RunResult
Constants ¶
const CoverProfileSuffix = ".coverprofile"
Types ¶
type RunResult ¶
func FailingRunResult ¶
func FailingRunResult() RunResult
func PassingRunResult ¶
func PassingRunResult() RunResult
func (RunResult) Merge ¶
type TestRunner ¶
type TestRunner struct { Suite testsuite.TestSuite CoverageFile string // contains filtered or unexported fields }
func New ¶
func New(suite testsuite.TestSuite, numCPU int, parallelStream bool, timeout time.Duration, goOpts map[string]interface{}, additionalArgs []string) *TestRunner
func (*TestRunner) BuildArgs ¶
func (t *TestRunner) BuildArgs(path string) []string
func (*TestRunner) CleanUp ¶
func (t *TestRunner) CleanUp()
func (*TestRunner) Compile ¶
func (t *TestRunner) Compile() error
func (*TestRunner) CompileTo ¶
func (t *TestRunner) CompileTo(path string) error
func (*TestRunner) Run ¶
func (t *TestRunner) Run() RunResult
Source Files ¶
build_args.go log_writer.go run_result.go test_runner.go
- Version
- v1.9.0
- Published
- Aug 19, 2019
- Platform
- js/wasm
- Imports
- 19 packages
- Last checked
- 1 week ago –
Tools for package owners.