| Package | Description |
|---|---|
| net.masterthought.cucumber | |
| net.masterthought.cucumber.sorting |
| Modifier and Type | Method and Description |
|---|---|
SortingMethod |
Configuration.getSortingMethod()
Returns the default sorting method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setSortingMethod(SortingMethod sortingMethod)
Configure how items will be sorted in the report by default.
|
| Modifier and Type | Method and Description |
|---|---|
static SortingMethod |
SortingMethod.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.
|
| Constructor and Description |
|---|
SortingFactory(SortingMethod sortingMethod) |
Copyright © 2019. All rights reserved.