public class TableRow extends Object
Table defined via Spockito.Unroll annotaiton.| Modifier and Type | Field and Description |
|---|---|
static String |
REF_ALL |
static String |
REF_ROW |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
asMap() |
Object[] |
convertValues(Executable executable,
ValueConverter valueConverter) |
Object[] |
convertValues(List<org.junit.runners.model.FrameworkField> fields,
ValueConverter valueConverter) |
int |
distinctCount() |
static TableRow |
empty(Table table) |
String |
get(int index) |
int |
getRowIndex() |
Table |
getTable() |
int |
indexOf(String value) |
boolean |
isSeparatorRow() |
boolean |
isValidRefName(String refName) |
static TableRow |
parse(Table table,
String rowString) |
(package private) Object |
refName(String refNameOrNull,
int defaultColumnIndex) |
int |
size() |
String |
toString() |
public static final String REF_ROW
public static final String REF_ALL
public boolean isSeparatorRow()
public boolean isValidRefName(String refName)
public Object[] convertValues(Executable executable, ValueConverter valueConverter)
public Object[] convertValues(List<org.junit.runners.model.FrameworkField> fields, ValueConverter valueConverter)
public int size()
public int distinctCount()
public int getRowIndex()