public class Table extends Object
| Constructor and Description |
|---|
Table(List<List<String>> rows,
List<Integer> lineNumbers) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDynamicExpression() |
Map<String,Object> |
getExampleData(int exampleIndex) |
Collection<String> |
getKeys() |
int |
getLineNumberForRow(int i) |
List<List<String>> |
getRows() |
List<Map<String,String>> |
getRowsAsMaps() |
String |
getValueAsString(String key,
int row) |
boolean |
isDynamic() |
Table |
replace(String token,
String value) |
String |
toString() |
public String getDynamicExpression()
public boolean isDynamic()
public Collection<String> getKeys()
public int getLineNumberForRow(int i)
Copyright © 2019. All rights reserved.