| Package | Description |
|---|---|
| com.github.mkolisnyk.cucumber.reporting.types.knownerrors |
| Modifier and Type | Field and Description |
|---|---|
private KnownErrorPriority |
KnownErrorsInfo.priority |
| Modifier and Type | Method and Description |
|---|---|
KnownErrorPriority |
KnownErrorsInfo.getPriority() |
static KnownErrorPriority |
KnownErrorPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnownErrorPriority[] |
KnownErrorPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
KnownErrorsInfo(String titleValue,
DataDimension filterValue,
KnownErrorPriority priorityValue) |
KnownErrorsInfo(String titleValue,
String descriptionValue,
DataDimension filterValue,
KnownErrorPriority priorityValue) |
Copyright © 2013-2016. All Rights Reserved.