public class ReportInformation extends Object
| Constructor and Description |
|---|
ReportInformation(List<Feature> features) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,StepObject> |
getAllSteps() |
List<Feature> |
getFeatures() |
StatusCounter |
getStepsCounter() |
List<TagObject> |
getTags() |
Long |
getTotalDuration() |
String |
getTotalDurationAsString() |
int |
getTotalScenarios() |
int |
getTotalScenariosFailed() |
int |
getTotalScenariosPassed() |
int |
getTotalStepsFailed() |
int |
getTotalStepsMissing() |
int |
getTotalStepsPassed() |
int |
getTotalStepsPending() |
int |
getTotalStepsSkipped() |
int |
getTotalStepsUndefined() |
long |
getTotalTagDuration() |
int |
getTotalTagFails() |
int |
getTotalTagMissing() |
int |
getTotalTagPasses() |
int |
getTotalTagPending() |
int |
getTotalTagScenarios() |
int |
getTotalTagScenariosFailed() |
int |
getTotalTagScenariosPassed() |
int |
getTotalTagSkipped() |
int |
getTotalTagSteps() |
int |
getTotalTagUndefined() |
String |
timeStamp() |
public Map<String,StepObject> getAllSteps()
public int getTotalScenarios()
public StatusCounter getStepsCounter()
public int getTotalStepsPassed()
public int getTotalStepsFailed()
public int getTotalStepsSkipped()
public int getTotalStepsPending()
public int getTotalStepsMissing()
public int getTotalStepsUndefined()
public String getTotalDurationAsString()
public Long getTotalDuration()
public String timeStamp()
public int getTotalTagScenarios()
public int getTotalTagScenariosPassed()
public int getTotalTagScenariosFailed()
public int getTotalTagSteps()
public int getTotalTagPasses()
public int getTotalTagFails()
public int getTotalTagSkipped()
public int getTotalTagPending()
public int getTotalTagUndefined()
public int getTotalTagMissing()
public long getTotalTagDuration()
public int getTotalScenariosPassed()
public int getTotalScenariosFailed()
Copyright © 2015. All rights reserved.