Class FeatureResult


  • public class FeatureResult
    extends Object
    Author:
    pthomas3
    • Constructor Detail

      • FeatureResult

        public FeatureResult​(Feature feature)
    • Method Detail

      • printStats

        public void printStats()
      • getAllEmbedFiles

        public List<File> getAllEmbedFiles()
      • getAllScenarioStepResultsNotHidden

        public List<StepResult> getAllScenarioStepResultsNotHidden()
      • setDisplayName

        public void setDisplayName​(String displayName)
      • getFeature

        public Feature getFeature()
      • getDisplayName

        public String getDisplayName()
      • getErrorMessagesCombined

        public KarateException getErrorMessagesCombined()
      • getErrorMessages

        public String getErrorMessages()
      • getCallNameForReport

        public String getCallNameForReport()
      • getCallArgPretty

        public String getCallArgPretty()
      • setCallDepth

        public void setCallDepth​(int callDepth)
      • getLoopIndex

        public int getLoopIndex()
      • setLoopIndex

        public void setLoopIndex​(int loopIndex)
      • getDurationMillis

        public double getDurationMillis()
      • getFailedCount

        public int getFailedCount()
      • isEmpty

        public boolean isEmpty()
      • getScenarioCount

        public int getScenarioCount()
      • getPassedCount

        public int getPassedCount()
      • isFailed

        public boolean isFailed()
      • setVariables

        public void setVariables​(Map<String,​Object> resultVariables)
      • setConfig

        public void setConfig​(Config config)
      • getConfig

        public Config getConfig()
      • sortScenarioResults

        public void sortScenarioResults()