fit

Class RowFixture

public abstract class RowFixture extends ColumnFixture

Field Summary
Listmissing
Object[]results
Listsurplus
Method Summary
protected voidbin(Map map, Object key, Object row)
protected ParsebuildCells(Object row)
protected ParsebuildRows(Object[] rows)
protected voidcheck(List eList, List cList)
protected MapcSort(List list, int col)
voiddoRows(Parse rows)
protected MapeSort(List list, int col)
abstract ClassgetTargetClass()
protected Listlist(Parse rows)
protected Listlist(Object[] rows)
protected voidmark(Parse rows, String message)
protected voidmark(Iterator rows, String message)
protected voidmatch(List expected, List computed, int col)
abstract Object[]query()
protected Setunion(Set a, Set b)

Field Detail

missing

public List missing

results

public Object[] results

surplus

public List surplus

Method Detail

bin

protected void bin(Map map, Object key, Object row)

buildCells

protected Parse buildCells(Object row)

buildRows

protected Parse buildRows(Object[] rows)

check

protected void check(List eList, List cList)

cSort

protected Map cSort(List list, int col)

doRows

public void doRows(Parse rows)

eSort

protected Map eSort(List list, int col)

getTargetClass

public abstract Class getTargetClass()

list

protected List list(Parse rows)

list

protected List list(Object[] rows)

mark

protected void mark(Parse rows, String message)

mark

protected void mark(Iterator rows, String message)

match

protected void match(List expected, List computed, int col)

query

public abstract Object[] query()

union

protected Set union(Set a, Set b)