fit
Class ColumnSpecialValuesFixture

java.lang.Object
  extended by fit.Fixture
      extended by fit.ColumnFixture
          extended by fit.ColumnSpecialValuesFixture
Direct Known Subclasses:
ColumnListBuilderFixture

public class ColumnSpecialValuesFixture
extends ColumnFixture


Nested Class Summary
 
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
 
Field Summary
static java.lang.String SPECIAL_EMPTY
           
static java.lang.String 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
ColumnSpecialValuesFixture()
           
 
Method Summary
protected  void afterRow(Parse parse)
           
protected  void afterTable(Parse parse)
           
protected  void beforeRow(Parse parse)
           
protected  void beforeTable(Parse parse)
           
 void check(Parse cells, TypeAdapter a)
           
 void compareEmpty(Parse cell, TypeAdapter a, java.lang.String text)
           
 void compareNull(Parse cell, TypeAdapter a)
           
 void doCells(Parse cells)
           
 void doRow(Parse parse)
           
 void doTable(Parse parse)
           
 java.util.HashMap<java.lang.String,java.lang.String> getMapping()
           
 void loadMapping(java.lang.String filename)
           
protected  java.lang.String replace(java.lang.String value, int index)
           
 void wrong(Parse cell, java.lang.String actual)
           
 
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
 

Field Detail

SPECIAL_NULL

public static final java.lang.String SPECIAL_NULL
See Also:
Constant Field Values

SPECIAL_EMPTY

public static final java.lang.String SPECIAL_EMPTY
See Also:
Constant Field Values
Constructor Detail

ColumnSpecialValuesFixture

public ColumnSpecialValuesFixture()
Method Detail

doTable

public void doTable(Parse parse)
Overrides:
doTable in class Fixture

doRow

public void doRow(Parse parse)
Overrides:
doRow in class ColumnFixture

doCells

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

check

public void check(Parse cells,
                  TypeAdapter a)
Overrides:
check in class ColumnFixture

wrong

public void wrong(Parse cell,
                  java.lang.String actual)
Overrides:
wrong in class Fixture

replace

protected java.lang.String replace(java.lang.String value,
                                   int index)

compareNull

public void compareNull(Parse cell,
                        TypeAdapter a)

compareEmpty

public void compareEmpty(Parse cell,
                         TypeAdapter a,
                         java.lang.String text)

getMapping

public java.util.HashMap<java.lang.String,java.lang.String> getMapping()

loadMapping

public void loadMapping(java.lang.String filename)

afterTable

protected void afterTable(Parse parse)

beforeTable

protected void beforeTable(Parse parse)

afterRow

protected void afterRow(Parse parse)

beforeRow

protected void beforeRow(Parse parse)


Copyright © 2009 SourceForge. All Rights Reserved.