Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpecInfoGatherer ¶
type SpecInfoGatherer struct { SpecDirs []string // contains filtered or unexported fields }
SpecInfoGatherer contains the caches for specs, concepts, and steps
func (*SpecInfoGatherer) GetAvailableSpecs ¶ added in v0.1.8
func (s *SpecInfoGatherer) GetAvailableSpecs() []*gauge.Specification
GetAvailableSpecs returns the list of all the specs in the gauge project
func (*SpecInfoGatherer) GetAvailableSteps ¶
func (s *SpecInfoGatherer) GetAvailableSteps() []*gauge.StepValue
GetAvailableSteps returns the list of all the steps in the gauge project
func (*SpecInfoGatherer) GetConceptInfos ¶
func (s *SpecInfoGatherer) GetConceptInfos() []*gauge_messages.ConceptInfo
GetConceptInfos returns an array containing information about all the concepts present in the Gauge project
func (*SpecInfoGatherer) MakeListOfAvailableSteps ¶
func (s *SpecInfoGatherer) MakeListOfAvailableSteps()
MakeListOfAvailableSteps initializes all the SpecInfoGatherer caches
Click to show internal directories.
Click to hide internal directories.