package specrunner
import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/onsi/ginkgo/internal/specrunner"
Index ¶
- type SpecRunner
- func New(description string, beforeSuiteNode leafnodes.SuiteNode, specs *spec.Specs, afterSuiteNode leafnodes.SuiteNode, reporters []reporters.Reporter, writer Writer.WriterInterface, config config.GinkgoConfigType) *SpecRunner
- func (runner *SpecRunner) CurrentSpecSummary() (*types.SpecSummary, bool)
- func (runner *SpecRunner) Run() bool
Types ¶
type SpecRunner ¶
type SpecRunner struct {
// contains filtered or unexported fields
}
func New ¶
func New(description string, beforeSuiteNode leafnodes.SuiteNode, specs *spec.Specs, afterSuiteNode leafnodes.SuiteNode, reporters []reporters.Reporter, writer Writer.WriterInterface, config config.GinkgoConfigType) *SpecRunner
func (*SpecRunner) CurrentSpecSummary ¶
func (runner *SpecRunner) CurrentSpecSummary() (*types.SpecSummary, bool)
func (*SpecRunner) Run ¶
func (runner *SpecRunner) Run() bool
Source Files ¶
random_id.go spec_runner.go
- Version
- v1.1.9-beta.0
- Published
- Feb 23, 2016
- Platform
- js/wasm
- Imports
- 13 packages
- Last checked
- 1 minute ago –
Tools for package owners.