| Package | Description |
|---|---|
| net.masterthought.cucumber.json | |
| net.masterthought.cucumber.json.support | |
| net.masterthought.cucumber.util |
| Modifier and Type | Method and Description |
|---|---|
Status |
Step.getStatus() |
Status |
Element.getStatus() |
Status |
Feature.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
static Status[] |
Status.getOrderedStatuses()
Returns statuses in order they are displayed.
|
Status |
TagObject.getStatus() |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TagObject.getNumberOfStatus(Status status) |
int |
StatusCounter.getValueFor(Status status)
Gets the counter for given status.
|
void |
StatusCounter.incrementFor(Status status)
Increments status counter by 1.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Util.findStatusCount(List<Status> statuses,
Status statusToFind) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Util.findStatusCount(List<Status> statuses,
Status statusToFind) |
Copyright © 2016. All rights reserved.