|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.specrunner.source.text.DataTable
public class DataTable
Stand for a data table.
| Constructor Summary | |
|---|---|
DataTable()
|
|
| Method Summary | |
|---|---|
DataTable |
add(List<String> example)
Add a list of examples. |
DataTable |
add(String name)
Add a parameter name. |
List<List<String>> |
getExamples()
Get the list of examples line. |
List<String> |
getNames()
Get the parameter names. |
void |
setExamples(List<List<String>> examples)
Set the examples list. |
void |
setNames(List<String> names)
Set the parameter names. |
String |
toString()
|
String |
validate()
Validate data table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataTable()
| Method Detail |
|---|
public List<String> getNames()
public void setNames(List<String> names)
names - The names.public DataTable add(String name)
name - A name.
public List<List<String>> getExamples()
public void setExamples(List<List<String>> examples)
examples - The examples.public DataTable add(List<String> example)
example - The example.
public String validate()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||