Documentation ¶
Index ¶
- Variables
- func DistributeSpecs(specifications []*gauge.Specification, distributions int) []*gauge.SpecCollection
- func GetIndexedSpecName(IndexedSpec string) (string, int)
- func GetSpecsToExecute(conceptsDictionary *gauge.ConceptDictionary, specDirs []string) ([]*gauge.Specification, int, bool)
- type ByFileName
- type ByLength
- type ScenarioFilterBasedOnTags
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 DistributeSpecs ¶
func DistributeSpecs(specifications []*gauge.Specification, distributions int) []*gauge.SpecCollection
func GetIndexedSpecName ¶
func GetSpecsToExecute ¶
func GetSpecsToExecute(conceptsDictionary *gauge.ConceptDictionary, specDirs []string) ([]*gauge.Specification, int, bool)
Types ¶
type ByFileName ¶
type ByFileName []*gauge.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
}
Click to show internal directories.
Click to hide internal directories.