|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfit.Fixture
fit.ColumnFixture
fit.ColumnSpecialValuesFixture
fit.ColumnListBuilderFixture
public abstract class ColumnListBuilderFixture
Nested Class Summary |
---|
Nested classes/interfaces inherited from class fit.Fixture |
---|
Fixture.RunTime |
Field Summary |
---|
Fields inherited from class fit.ColumnSpecialValuesFixture |
---|
SPECIAL_EMPTY, SPECIAL_NULL |
Fields inherited from class fit.ColumnFixture |
---|
columnBindings, hasExecuted |
Fields inherited from class fit.Fixture |
---|
args, counts, gray, green, red, summary, yellow |
Constructor Summary | |
---|---|
ColumnListBuilderFixture()
|
Method Summary | |
---|---|
protected abstract void |
addRowToList()
|
protected void |
afterRow(Parse parse)
|
protected void |
beforeTable(Parse parse)
|
void |
doCells(Parse cells)
|
protected java.lang.String |
processValue(java.lang.String orgValue)
|
protected abstract void |
resetList()
|
Methods inherited from class fit.ColumnSpecialValuesFixture |
---|
afterTable, beforeRow, check, compareEmpty, compareNull, doRow, doTable, getMapping, loadMapping, replace, wrong |
Methods inherited from class fit.ColumnFixture |
---|
bind, bindField, bindMethod, doCell, doRows, execute, getTargetClass, reset |
Methods inherited from class fit.Fixture |
---|
camel, counts, doTables, error, escape, exception, fixtureName, getArgs, getArgsForTable, getLinkedFixtureWithArgs, ignore, info, info, interpretTables, label, loadFixture, parse, right, wrong |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColumnListBuilderFixture()
Method Detail |
---|
protected void beforeTable(Parse parse)
beforeTable
in class ColumnSpecialValuesFixture
protected void afterRow(Parse parse)
afterRow
in class ColumnSpecialValuesFixture
protected abstract void addRowToList()
protected abstract void resetList()
public void doCells(Parse cells)
doCells
in class ColumnSpecialValuesFixture
protected java.lang.String processValue(java.lang.String orgValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |