Uses of Class
net.masterthought.cucumber.sorting.SortingMethod
-
Packages that use SortingMethod Package Description net.masterthought.cucumber net.masterthought.cucumber.sorting -
-
Uses of SortingMethod in net.masterthought.cucumber
Methods in net.masterthought.cucumber that return SortingMethod Modifier and Type Method Description SortingMethodConfiguration. getSortingMethod()Returns the default sorting method.Methods in net.masterthought.cucumber with parameters of type SortingMethod Modifier and Type Method Description voidConfiguration. 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 SortingMethod Modifier and Type Method Description static SortingMethodSortingMethod. valueOf(String name)Returns 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 Constructor Description SortingFactory(SortingMethod sortingMethod)
-