fit
public abstract class RowFixture extends ColumnFixture
Field Summary | |
---|---|
List | missing |
Object[] | results |
List | surplus |
Method Summary | |
---|---|
protected void | bin(Map map, Object key, Object row) |
protected Parse | buildCells(Object row) |
protected Parse | buildRows(Object[] rows) |
protected void | check(List eList, List cList) |
protected Map | cSort(List list, int col) |
void | doRows(Parse rows) |
protected Map | eSort(List list, int col) |
abstract Class | getTargetClass() |
protected List | list(Parse rows) |
protected List | list(Object[] rows) |
protected void | mark(Parse rows, String message) |
protected void | mark(Iterator rows, String message) |
protected void | match(List expected, List computed, int col) |
abstract Object[] | query() |
protected Set | union(Set a, Set b) |