Class featureDoc


  • public class featureDoc
    extends Object
    A java class that contains a representation of the feature file. It is used by the gingerHtmlFormatter class to extract the elements of the feature and build the HTML page
    Author:
    Jose Fernandez
    • Constructor Detail

      • featureDoc

        public featureDoc​(String featureBody)
    • Method Detail

      • getFeatureName

        public String getFeatureName()
      • getFeatureDescription

        public String getFeatureDescription()
      • getFeatureRules

        public Map<String,​Map> getFeatureRules()
      • parseFeatureDescription

        public String parseFeatureDescription​(String featureBody)