| Modifier and Type | Method and Description |
|---|---|
private String |
CucumberFeatureMapReport.drawCell(CucumberScenarioResult[] scenarios) |
private String |
CucumberFeatureMapReport.drawScenario(CucumberScenarioResult scenario) |
private String |
CucumberDetailedResults.embeddingScreenShots(CucumberScenarioResult scenario,
CucumberStepResult step) |
private String |
CucumberDetailedResults.generateScreenShot(CucumberScenarioResult scenario,
CucumberStepResult step) |
private String |
CucumberCoverageOverview.getScenarioStatus(CucumberScenarioResult result) |
private Map<String,CucumberScenarioResult[]> |
CucumberFeatureMapReport.splitScenariosByFeatures(CucumberScenarioResult[] scenarios) |
| Modifier and Type | Method and Description |
|---|---|
CucumberScenarioResult[] |
BreakdownTable.filter(CucumberScenarioResult[] array,
DataDimension[] filters) |
CucumberScenarioResult[][][] |
BreakdownTable.valuateScenarios(CucumberScenarioResult[] array) |
| Modifier and Type | Method and Description |
|---|---|
CucumberScenarioResult[] |
BreakdownTable.filter(CucumberScenarioResult[] array,
DataDimension[] filters) |
BreakdownStats[][] |
BreakdownTable.valuate(CucumberScenarioResult[] array) |
BreakdownStats |
BreakdownTable.valuateCell(CucumberScenarioResult[] array,
DataDimension[] filters,
Matcher[] matchers) |
CucumberScenarioResult[][][] |
BreakdownTable.valuateScenarios(CucumberScenarioResult[] array) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AndMatcher.matches(CucumberScenarioResult result,
DataDimension filter) |
abstract boolean |
ComplexMatcher.matches(CucumberScenarioResult result,
DataDimension filter) |
boolean |
Matcher.matches(CucumberScenarioResult result,
DataDimension filter) |
boolean |
NotMatcher.matches(CucumberScenarioResult result,
DataDimension filter) |
boolean |
OrMatcher.matches(CucumberScenarioResult result,
DataDimension filter) |
boolean |
SimpleMatcher.matches(CucumberScenarioResult result,
DataDimension filter) |
boolean |
StepSequenceMatcher.matches(CucumberScenarioResult result,
DataDimension filter) |
boolean |
ComplexMatcher.matches(CucumberScenarioResult result,
String expression) |
boolean |
ContainerMatcher.matches(CucumberScenarioResult result,
String expression) |
boolean |
ErrorMessageMatcher.matches(CucumberScenarioResult result,
String expression) |
boolean |
FailedStepMatcher.matches(CucumberScenarioResult result,
String expression) |
boolean |
FeatureMatcher.matches(CucumberScenarioResult result,
String expression) |
boolean |
Matcher.matches(CucumberScenarioResult result,
String expression) |
boolean |
ScenarioMatcher.matches(CucumberScenarioResult result,
String expression) |
abstract boolean |
SimpleMatcher.matches(CucumberScenarioResult result,
String expression) |
boolean |
StepMatcher.matches(CucumberScenarioResult result,
String expression) |
boolean |
StepParamMatcher.matches(CucumberScenarioResult result,
String expression) |
boolean |
TagMatcher.matches(CucumberScenarioResult result,
String expression) |
| Modifier and Type | Method and Description |
|---|---|
BreakdownStats |
ScenarioValuator.valuate(CucumberScenarioResult[] results,
String expression,
Matcher[] matchers) |
BreakdownStats |
StepsValuator.valuate(CucumberScenarioResult[] results,
String expression,
Matcher[] matchers) |
BreakdownStats |
Valuator.valuate(CucumberScenarioResult[] results,
String expression,
Matcher[] matchers) |
| Modifier and Type | Method and Description |
|---|---|
void |
KnownErrorsResultSet.valuate(CucumberScenarioResult[] scenarios,
KnownErrorsModel model) |
| Modifier and Type | Field and Description |
|---|---|
private CucumberScenarioResult[] |
CucumberFeatureResult.elements |
| Modifier and Type | Method and Description |
|---|---|
CucumberScenarioResult[] |
CucumberFeatureResult.getElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
CucumberScenarioResult.addBackground(CucumberScenarioResult background) |
boolean |
CucumberScenarioResult.isSameAs(CucumberScenarioResult another) |
Copyright © 2013-2017. All Rights Reserved.