fit
Class ColumnListBuilderFixture

java.lang.Object
  extended by fit.Fixture
      extended by fit.ColumnFixture
          extended by fit.ColumnSpecialValuesFixture
              extended by fit.ColumnListBuilderFixture

public abstract class ColumnListBuilderFixture
extends ColumnSpecialValuesFixture


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

ColumnListBuilderFixture

public ColumnListBuilderFixture()
Method Detail

beforeTable

protected void beforeTable(Parse parse)
Overrides:
beforeTable in class ColumnSpecialValuesFixture

afterRow

protected void afterRow(Parse parse)
Overrides:
afterRow in class ColumnSpecialValuesFixture

addRowToList

protected abstract void addRowToList()

resetList

protected abstract void resetList()

doCells

public void doCells(Parse cells)
Overrides:
doCells in class ColumnSpecialValuesFixture

processValue

protected java.lang.String processValue(java.lang.String orgValue)


Copyright © 2009 SourceForge. All Rights Reserved.