| Package | Description |
|---|---|
| net.masterthought.cucumber | |
| net.masterthought.cucumber.sorting |
| Modifier and Type | Method and Description |
|---|---|
SoringMethod |
Configuration.getSoringMethod()
Returns the default sorting method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setSortingMethod(SoringMethod soringMethod)
Configure how items will be sorted in the report by default.
|
| Constructor and Description |
|---|
ReportResult(List<Feature> features,
SoringMethod soringMethod) |
| Modifier and Type | Method and Description |
|---|---|
static SoringMethod |
SoringMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoringMethod[] |
SoringMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SortingFactory(SoringMethod soringMethod) |
Copyright © 2017. All rights reserved.