Documentation ¶
Index ¶
Constants ¶
View Source
const ( SPEC_HEADING_TEMPLATE = "# S\n\n" TABLE = "table" )
Variables ¶
This section is empty.
Functions ¶
func ExtractConcept ¶
func ExtractConcept(conceptName *gauge_messages.Step, steps []*gauge_messages.Step, conceptFileName string, changeAcrossProject bool, selectedTextInfo *gauge_messages.TextInfo) (bool, error, []string)
ExtractConcept creates concept form the selected text and writes the concept to the given concept file.
func ReplaceExtractedStepsWithConcept ¶
func ReplaceExtractedStepsWithConcept(selectedTextInfo *gauge_messages.TextInfo, conceptText string) string
ReplaceExtractedStepsWithConcept replaces the steps selected for concept extraction with the concept name given.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.