Uses of Enum
net.masterthought.cucumber.reducers.ReducingMethod
Packages that use ReducingMethod
-
Uses of ReducingMethod in net.masterthought.cucumber
Methods in net.masterthought.cucumber that return types with arguments of type ReducingMethodModifier and TypeMethodDescriptionConfiguration.getReducingMethods()Gets how the report should be reduced, merged or modified.Methods in net.masterthought.cucumber with parameters of type ReducingMethodModifier and TypeMethodDescriptionvoidConfiguration.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 ReducingMethodModifier and TypeMethodDescriptionstatic ReducingMethodReturns 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 ReducingMethodModifier and TypeMethodDescriptionReportFeatureMergerFactory.get(List<ReducingMethod> reducingMethods)