public class ColumnFixture extends Fixture
Fixture.RunTime| Modifier and Type | Field and Description |
|---|---|
protected TypeAdapter[] |
columnBindings |
protected boolean |
hasExecuted |
| Constructor and Description |
|---|
ColumnFixture() |
| Modifier and Type | Method and Description |
|---|---|
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() |
camel, counts, doCells, doTable, doTables, error, escape, exception, fixtureName, getArgs, getArgsForTable, getLinkedFixtureWithArgs, ignore, info, info, interpretTables, label, loadFixture, parse, right, wrong, wrongprotected TypeAdapter[] columnBindings
protected boolean hasExecuted
public void check(Parse cell, TypeAdapter a)
public void reset()
throws java.lang.Exception
java.lang.Exceptionpublic void execute()
throws java.lang.Exception
java.lang.Exceptionprotected void bind(Parse heads)
protected TypeAdapter bindMethod(java.lang.String name) throws java.lang.Exception
java.lang.Exceptionprotected TypeAdapter bindField(java.lang.String name) throws java.lang.Exception
java.lang.Exceptionprotected java.lang.Class getTargetClass()