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