Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Distribute int
View Source
var DoNotRandomize bool
View Source
var ExecuteTags string
View Source
var NumberOfExecutionStreams int
Functions ¶
func GetIndexedSpecName ¶
func GetSpecsToExecute ¶
func GetSpecsToExecute(conceptsDictionary *parser.ConceptDictionary, args []string) ([]*parser.Specification, int)
Types ¶
type ByFileName ¶
type ByFileName []*parser.Specification
func (ByFileName) Len ¶
func (s ByFileName) Len() int
func (ByFileName) Less ¶
func (s ByFileName) Less(i, j int) bool
func (ByFileName) Swap ¶
func (s ByFileName) Swap(i, j int)
type ScenarioFilterBasedOnTags ¶
type ScenarioFilterBasedOnTags struct {
// contains filtered or unexported fields
}
type SpecCollection ¶
type SpecCollection struct {
Specs []*parser.Specification
}
func DistributeSpecs ¶
func DistributeSpecs(specifications []*parser.Specification, distributions int) []*SpecCollection
func (*SpecCollection) SpecNames ¶
func (s *SpecCollection) SpecNames() []string
Click to show internal directories.
Click to hide internal directories.