| Package | Description |
|---|---|
| net.masterthought.cucumber | |
| net.masterthought.cucumber.reducers |
| Modifier and Type | Method and Description |
|---|---|
List<ReducingMethod> |
Configuration.getReducingMethods()
Gets how the report should be reduced, merged or modified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.addReducingMethod(ReducingMethod reducingMethod)
Sets how the report should be reduced, merged or modified.
|
boolean |
Configuration.containsReducingMethod(ReducingMethod reducingMethod)
Checks if the configuration has given
ReducingMethod set. |
| Modifier and Type | Method and Description |
|---|---|
static ReducingMethod |
ReducingMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReducingMethod[] |
ReducingMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ReportFeatureMerger |
ReportFeatureMergerFactory.get(List<ReducingMethod> reducingMethods) |
Copyright © 2020. All rights reserved.