| Package | Description |
|---|---|
| com.github.mkolisnyk.cucumber.reporting.types.knownerrors |
| Modifier and Type | Field and Description |
|---|---|
private KnownErrorOrderBy |
KnownErrorsModel.orderBy |
private KnownErrorOrderBy |
KnownErrorsResult.orderBy |
| Modifier and Type | Method and Description |
|---|---|
KnownErrorOrderBy |
KnownErrorsModel.getOrderBy() |
KnownErrorOrderBy |
KnownErrorsResult.getOrderBy() |
static KnownErrorOrderBy |
KnownErrorOrderBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnownErrorOrderBy[] |
KnownErrorOrderBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KnownErrorsResult.setOrderBy(KnownErrorOrderBy orderByValue) |
| Constructor and Description |
|---|
KnownErrorsModel(KnownErrorsInfo[] errorDescriptionsValue,
KnownErrorOrderBy orderByValue) |
Copyright © 2013-2016. All Rights Reserved.