fit
Class ColumnFixture

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

public class ColumnFixture
extends Fixture


Nested Class Summary
 
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
 
Field Summary
protected  TypeAdapter[] columnBindings
           
protected  boolean hasExecuted
           
 
Fields inherited from class fit.Fixture
args, counts, gray, green, red, summary, yellow
 
Constructor Summary
ColumnFixture()
           
 
Method Summary
protected  void bind(Parse heads)
           
protected  TypeAdapter bindField(java.lang.String name)
           
protected  TypeAdapter bindMethod(java.lang.String name)
           
 void check(Parse cell, TypeAdapter a)
           
 void doCell(Parse cell, int column)
           
 void doRow(Parse row)
           
 void doRows(Parse rows)
           
 void execute()
           
protected  java.lang.Class getTargetClass()
           
 void reset()
           
 
Methods inherited from class fit.Fixture
camel, counts, doCells, doTable, doTables, error, escape, exception, fixtureName, getArgs, getArgsForTable, getLinkedFixtureWithArgs, ignore, info, info, interpretTables, label, loadFixture, parse, right, wrong, wrong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

columnBindings

protected TypeAdapter[] columnBindings

hasExecuted

protected boolean hasExecuted
Constructor Detail

ColumnFixture

public ColumnFixture()
Method Detail

doRows

public void doRows(Parse rows)
Overrides:
doRows in class Fixture

doRow

public void doRow(Parse row)
Overrides:
doRow in class Fixture

doCell

public void doCell(Parse cell,
                   int column)
Overrides:
doCell in class Fixture

check

public void check(Parse cell,
                  TypeAdapter a)
Overrides:
check in class Fixture

reset

public void reset()
           throws java.lang.Exception
Throws:
java.lang.Exception

execute

public void execute()
             throws java.lang.Exception
Throws:
java.lang.Exception

bind

protected void bind(Parse heads)

bindMethod

protected TypeAdapter bindMethod(java.lang.String name)
                          throws java.lang.Exception
Throws:
java.lang.Exception

bindField

protected TypeAdapter bindField(java.lang.String name)
                         throws java.lang.Exception
Throws:
java.lang.Exception

getTargetClass

protected java.lang.Class getTargetClass()


Copyright © 2009 SourceForge. All Rights Reserved.