fit
Class ColumnFixture
java.lang.Object
fit.Fixture
fit.ColumnFixture
- Direct Known Subclasses:
- RowFixture
public class ColumnFixture
- extends Fixture
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 |
columnBindings
protected TypeAdapter[] columnBindings
hasExecuted
protected boolean hasExecuted
ColumnFixture
public ColumnFixture()
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.