Uses of Enum
net.masterthought.cucumber.sorting.SortingMethod
Packages that use SortingMethod
-
Uses of SortingMethod in net.masterthought.cucumber
Methods in net.masterthought.cucumber that return SortingMethodMethods in net.masterthought.cucumber with parameters of type SortingMethodModifier and TypeMethodDescriptionvoidConfiguration.setSortingMethod(SortingMethod sortingMethod) Configure how items will be sorted in the report by default. -
Uses of SortingMethod in net.masterthought.cucumber.sorting
Methods in net.masterthought.cucumber.sorting that return SortingMethodModifier and TypeMethodDescriptionstatic SortingMethodReturns the enum constant of this type with the specified name.static SortingMethod[]SortingMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.masterthought.cucumber.sorting with parameters of type SortingMethod