Uses of Class
net.masterthought.cucumber.reducers.ReducingMethod
-
Packages that use ReducingMethod Package Description net.masterthought.cucumber net.masterthought.cucumber.reducers -
-
Uses of ReducingMethod in net.masterthought.cucumber
Methods in net.masterthought.cucumber that return types with arguments of type ReducingMethod Modifier and Type Method Description List<ReducingMethod>Configuration. getReducingMethods()Gets how the report should be reduced, merged or modified.Methods in net.masterthought.cucumber with parameters of type ReducingMethod Modifier and Type Method Description voidConfiguration. addReducingMethod(ReducingMethod reducingMethod)Sets how the report should be reduced, merged or modified.booleanConfiguration. containsReducingMethod(ReducingMethod reducingMethod)Checks if the configuration has givenReducingMethodset. -
Uses of ReducingMethod in net.masterthought.cucumber.reducers
Methods in net.masterthought.cucumber.reducers that return ReducingMethod Modifier and Type Method Description static ReducingMethodReducingMethod. 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.Method parameters in net.masterthought.cucumber.reducers with type arguments of type ReducingMethod Modifier and Type Method Description ReportFeatureMergerReportFeatureMergerFactory. get(List<ReducingMethod> reducingMethods)
-