| Package | Description |
|---|---|
| net.masterthought.cucumber | |
| net.masterthought.cucumber.generators | |
| net.masterthought.cucumber.json | |
| net.masterthought.cucumber.json.support |
| Modifier and Type | Method and Description |
|---|---|
Status |
Reportable.getStatus()
Returns status for this element.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
OverviewReport.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
OverviewReport.incScenarioFor(Status status) |
void |
OverviewReport.incStepsFor(Status status) |
| Modifier and Type | Method and Description |
|---|---|
Status |
Element.getAfterStatus() |
Status |
Element.getBeforeStatus() |
Status |
Element.getElementStatus() |
Status |
Result.getStatus() |
Status |
Feature.getStatus() |
Status |
Element.getStepsStatus() |
| Modifier and Type | Method and Description |
|---|---|
Status |
StatusCounter.getFinalStatus()
If statuses for all items are the same then this finalStatus is returned, otherwise
FAILED. |
Status |
TagObject.getStatus() |
Status |
StepObject.getStatus() |
static Status |
Status.toStatus(String status) |
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 |
|---|---|
void |
StepObject.addDuration(long duration,
Status status) |
int |
TagObject.getNumberOfStatus(Status status) |
int |
StatusCounter.getValueFor(Status status)
Gets the counter for given finalStatus.
|
void |
StatusCounter.incrementFor(Status status)
Increments finalStatus counter by 1.
|
Copyright © 2016. All rights reserved.