Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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
Click to show internal directories.
Click to hide internal directories.