| Package | Description |
|---|---|
| net.masterthought.cucumber | |
| net.masterthought.cucumber.json | |
| net.masterthought.cucumber.util |
| Modifier and Type | Method and Description |
|---|---|
Util.Status |
TagObject.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
Util.Status |
Step.getStatus() |
Util.Status |
Feature.getStatus() |
Util.Status |
Element.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
static com.googlecode.totallylazy.Function1<Step,Util.Status> |
Step.functions.status() |
static com.googlecode.totallylazy.Function1<Step,Util.Status> |
Step.predicates.status() |
static com.googlecode.totallylazy.Function1<Element,Util.Status> |
Element.functions.status() |
| Modifier and Type | Method and Description |
|---|---|
static com.googlecode.totallylazy.predicates.LogicalPredicate<Step> |
Step.predicates.hasStatus(Util.Status status) |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,Util.Status> |
Util.resultMap |
| Modifier and Type | Method and Description |
|---|---|
static Util.Status |
Util.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Util.Status[] |
Util.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Util.findStatusCount(List<Util.Status> statuses,
Util.Status statusToFind) |
static String |
Util.result(Util.Status status) |
static List<Element> |
Util.setScenarioStatus(List<Element> scenarios,
Element scenario,
Util.Status scenarioStatus,
Util.Status status) |
static List<Step> |
Util.setStepStatus(List<Step> steps,
Step step,
Util.Status stepStatus,
Util.Status status) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Util.findStatusCount(List<Util.Status> statuses,
Util.Status statusToFind) |
Copyright © 2015. All Rights Reserved.