public interface Scenario extends Titled
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Scenario.Step |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getError() |
String |
getId() |
boolean |
getIgnored() |
List<Row> |
getScenarioTable() |
List<Scenario.Step> |
getSteps() |
Story |
getStory() |
boolean |
getSuccessed() |
void |
setError(Throwable exception) |
void |
setIgnored(boolean ignored) |
void |
setSuccessed(boolean success) |
String getId()
boolean getSuccessed()
void setSuccessed(boolean success)
boolean getIgnored()
void setIgnored(boolean ignored)
Throwable getError()
void setError(Throwable exception)
Story getStory()
List<Scenario.Step> getSteps()
Copyright © 2019. All rights reserved.