public class ScenarioResultCounts extends Object
| Constructor and Description |
|---|
ScenarioResultCounts(List<ScenarioOutcome> scenarios) |
| Modifier and Type | Method and Description |
|---|---|
String |
byTypeFor(String... testResultTypes)
Returns automated and manual result counts of each of the specified result types
|
static ScenarioResultCounts |
forScenarios(List<ScenarioOutcome> scenarios) |
long |
getOverallTestCount(TestResult expectedResult) |
Integer |
getOverallTestPercentage(TestResult expectedResult) |
String |
getOverallTestPercentageLabel(String result) |
String |
percentageLabelsByTypeFor(String... testResultTypes) |
public ScenarioResultCounts(List<ScenarioOutcome> scenarios)
public static ScenarioResultCounts forScenarios(List<ScenarioOutcome> scenarios)
public String byTypeFor(String... testResultTypes)
public long getOverallTestCount(TestResult expectedResult)
public Integer getOverallTestPercentage(TestResult expectedResult)
Copyright © 2022. All rights reserved.