Uses of Class
org.specrunner.source.text.DataTable

Uses of DataTable in org.specrunner.source.text
 

Methods in org.specrunner.source.text that return DataTable
 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.
 

Methods in org.specrunner.source.text with parameters of type DataTable
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 © 2015. All rights reserved.