public class ReportInformation extends Object
| Constructor and Description |
|---|
ReportInformation(List<Feature> features) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAllDurations() |
String |
getAllDurationsAsString() |
int |
getAllFailedScenarios() |
int |
getAllFailedSteps() |
int |
getAllFailedTagScenarios() |
int |
getAllFailsTags() |
List<Feature> |
getAllFeatures() |
int |
getAllMissingTags() |
int |
getAllPassedScenarios() |
int |
getAllPassedSteps() |
int |
getAllPassedTagScenarios() |
int |
getAllPassesTags() |
int |
getAllPendingTags() |
StatusCounter |
getAllScenarios() |
int |
getAllSkippedSteps() |
int |
getAllSkippedTags() |
List<StepObject> |
getAllSteps() |
long |
getAllTagDuration() |
List<TagObject> |
getAllTags() |
int |
getAllTagScenarios() |
int |
getAllTagSteps() |
int |
getAllUndefinedTags() |
int |
getPendingStepsl() |
StatusCounter |
getStepsCounter() |
int |
getTotalStepsMissing() |
int |
getUndefinedSteps() |
String |
timeStamp() |
public List<StepObject> getAllSteps()
public StatusCounter getAllScenarios()
public StatusCounter getStepsCounter()
public int getAllPassedSteps()
public int getAllFailedSteps()
public int getAllSkippedSteps()
public int getPendingStepsl()
public int getTotalStepsMissing()
public int getUndefinedSteps()
public String getAllDurationsAsString()
public Long getAllDurations()
public String timeStamp()
public int getAllTagScenarios()
public int getAllPassedTagScenarios()
public int getAllFailedTagScenarios()
public int getAllTagSteps()
public int getAllPassesTags()
public int getAllFailsTags()
public int getAllSkippedTags()
public int getAllPendingTags()
public int getAllUndefinedTags()
public int getAllMissingTags()
public long getAllTagDuration()
public int getAllPassedScenarios()
public int getAllFailedScenarios()
Copyright © 2016. All rights reserved.