public abstract class RowFixture extends ColumnFixture
Fixture.RunTime
Modifier and Type | Field and Description |
---|---|
java.util.List |
missing |
java.lang.Object[] |
results |
java.util.List |
surplus |
columnBindings, hasExecuted
Constructor and Description |
---|
RowFixture() |
Modifier and Type | Method and Description |
---|---|
protected void |
bin(java.util.Map map,
java.lang.Object key,
java.lang.Object row) |
protected Parse |
buildCells(java.lang.Object row) |
protected Parse |
buildRows(java.lang.Object[] rows) |
protected void |
check(java.util.List eList,
java.util.List cList) |
protected java.util.Map |
cSort(java.util.List list,
int col) |
void |
doRows(Parse rows) |
protected java.util.Map |
eSort(java.util.List list,
int col) |
abstract java.lang.Class |
getTargetClass() |
protected java.util.List |
list(java.lang.Object[] rows) |
protected java.util.List |
list(Parse rows) |
protected void |
mark(java.util.Iterator rows,
java.lang.String message) |
protected void |
mark(Parse rows,
java.lang.String message) |
protected void |
match(java.util.List expected,
java.util.List computed,
int col) |
abstract java.lang.Object[] |
query() |
protected java.util.Set |
union(java.util.Set a,
java.util.Set b) |
bind, bindField, bindMethod, check, doCell, doRow, execute, reset
camel, counts, doCells, doTable, doTables, error, escape, exception, fixtureName, getArgs, getArgsForTable, getLinkedFixtureWithArgs, ignore, info, info, interpretTables, label, loadFixture, parse, right, wrong, wrong
public java.lang.Object[] results
public java.util.List missing
public java.util.List surplus
public void doRows(Parse rows)
doRows
in class ColumnFixture
public abstract java.lang.Object[] query() throws java.lang.Exception
java.lang.Exception
public abstract java.lang.Class getTargetClass()
getTargetClass
in class ColumnFixture
protected void match(java.util.List expected, java.util.List computed, int col)
protected java.util.List list(Parse rows)
protected java.util.List list(java.lang.Object[] rows)
protected java.util.Map eSort(java.util.List list, int col)
protected java.util.Map cSort(java.util.List list, int col)
protected void bin(java.util.Map map, java.lang.Object key, java.lang.Object row)
protected java.util.Set union(java.util.Set a, java.util.Set b)
protected void check(java.util.List eList, java.util.List cList)
protected void mark(Parse rows, java.lang.String message)
protected void mark(java.util.Iterator rows, java.lang.String message)
protected Parse buildRows(java.lang.Object[] rows)
protected Parse buildCells(java.lang.Object row)
Copyright © 2020 Fit. All Rights Reserved.