package specrunner
import "github.com/onsi/ginkgo/internal/specrunner"
Index ¶
- type SpecRunner
- func New(description string, beforeSuiteNode leafnodes.SuiteNode, iterator spec_iterator.SpecIterator, 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, iterator spec_iterator.SpecIterator, 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 ¶
- Version
- v1.16.5 (latest)
- Published
- Oct 11, 2021
- Platform
- linux/amd64
- Imports
- 14 packages
- Last checked
- 3 weeks ago –
Tools for package owners.