| Modifier and Type | Method and Description |
|---|---|
private String |
CucumberDetailedResults.generateScreenShot(CucumberScenarioResult scenario,
CucumberStepResult step) |
private String |
CucumberCoverageOverview.getScenarioStatus(CucumberScenarioResult result) |
| Modifier and Type | Method and Description |
|---|---|
CucumberScenarioResult[] |
BreakdownTable.filter(CucumberScenarioResult[] array,
DataDimension[] filters) |
| 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) |
| 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 |
|---|---|
boolean |
CucumberScenarioResult.isSameAs(CucumberScenarioResult another) |
void |
CucumberFeatureResult.setElements(CucumberScenarioResult[] elementsValue) |
Copyright © 2013-2016. All Rights Reserved.