public class ScenarioOutline extends Scenario
| Modifier and Type | Field and Description |
|---|---|
protected DataTable |
table
The data table.
|
name, sentences| Constructor and Description |
|---|
ScenarioOutline(String name)
Create an outline with scenario.
|
| Modifier and Type | Method and Description |
|---|---|
DataTable |
getTable()
Get the examples.
|
void |
setTable(DataTable table)
Set the table.
|
String |
validate()
Perform object validation.
|
addSentence, getName, getSentences, setName, setSentencesprotected DataTable table
public ScenarioOutline(String name)
name - The name.public DataTable getTable()
public void setTable(DataTable table)
table - The table.public String validate()
IValidablevalidate in interface IValidablevalidate in class ScenarioCopyright © 2017. All rights reserved.