package spec
import "github.com/onsi/ginkgo/internal/spec"
Index ¶
- type Spec
- func New(subject leafnodes.SubjectNode, containers []*containernode.ContainerNode, announceProgress bool) *Spec
- func (spec *Spec) ConcatenatedString() string
- func (spec *Spec) Failed() bool
- func (spec *Spec) Flaked() bool
- func (spec *Spec) Focused() bool
- func (spec *Spec) IsMeasurement() bool
- func (spec *Spec) Passed() bool
- func (spec *Spec) Pending() bool
- func (spec *Spec) Run(writer io.Writer)
- func (spec *Spec) Skip()
- func (spec *Spec) Skipped() bool
- func (spec *Spec) Summary(suiteID string) *types.SpecSummary
- type Specs
- func NewSpecs(specs []*Spec) *Specs
- func (e *Specs) ApplyFocus(description string, focus, skip []string)
- func (e *Specs) HasProgrammaticFocus() bool
- func (e *Specs) Len() int
- func (e *Specs) Less(i, j int) bool
- func (e *Specs) Shuffle(r *rand.Rand)
- func (e *Specs) SkipMeasurements()
- func (e *Specs) Specs() []*Spec
- func (e *Specs) Swap(i, j int)
Types ¶
type Spec ¶
type Spec struct {
// contains filtered or unexported fields
}
func New ¶
func New(subject leafnodes.SubjectNode, containers []*containernode.ContainerNode, announceProgress bool) *Spec
func (*Spec) ConcatenatedString ¶
func (*Spec) Failed ¶
func (*Spec) Flaked ¶
func (*Spec) Focused ¶
func (*Spec) IsMeasurement ¶
func (*Spec) Passed ¶
func (*Spec) Pending ¶
func (*Spec) Run ¶
func (*Spec) Skip ¶
func (spec *Spec) Skip()
func (*Spec) Skipped ¶
func (*Spec) Summary ¶
func (spec *Spec) Summary(suiteID string) *types.SpecSummary
type Specs ¶
type Specs struct { RegexScansFilePath bool // contains filtered or unexported fields }
func NewSpecs ¶
func (*Specs) ApplyFocus ¶
func (*Specs) HasProgrammaticFocus ¶
func (*Specs) Len ¶
func (*Specs) Less ¶
func (*Specs) Shuffle ¶
func (*Specs) SkipMeasurements ¶
func (e *Specs) SkipMeasurements()
func (*Specs) Specs ¶
func (*Specs) Swap ¶
Source Files ¶
- Version
- v1.16.5 (latest)
- Published
- Oct 11, 2021
- Platform
- linux/amd64
- Imports
- 11 packages
- Last checked
- 3 weeks ago –
Tools for package owners.