| Modifier and Type | Field and Description |
|---|---|
protected DataTable |
Sentence.data
The data of the sentence, if any.
|
protected DataTable |
ScenarioOutline.table
The data table.
|
| Modifier and Type | Method and Description |
|---|---|
DataTable |
DataTable.add(List<String> example)
Add a list of examples.
|
DataTable |
DataTable.add(String name)
Add a parameter name.
|
DataTable |
Sentence.getData()
Get data information.
|
DataTable |
ScenarioOutline.getTable()
Get the examples.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
FeaturePresenter.dumpTable(nu.xom.Element root,
DataTable data,
boolean example)
Dump table information.
|
protected String |
FeatureReaderImpl.readTable(BufferedReader reader,
String line,
DataTable table)
Read a data table.
|
void |
Sentence.setData(DataTable data)
Set the data table.
|
void |
ScenarioOutline.setTable(DataTable table)
Set the table.
|
Copyright © 2017. All rights reserved.