public class ColumnFixture extends Fixture
Fixture.RunTime
Modifier and Type | Field and Description |
---|---|
protected Binding[] |
columnBindings |
protected boolean |
executeCalledForRow |
Constructor and Description |
---|
ColumnFixture() |
Modifier and Type | Method and Description |
---|---|
protected void |
bindColumnHeadersToMethodsAndFields(Parse heads) |
void |
check(Parse cell,
TypeAdapter a) |
protected Binding |
createBinding(int column,
Parse heads) |
void |
doCell(Parse cell,
int column) |
void |
doRow(Parse row) |
void |
doRows(Parse rows) |
void |
execute() |
protected void |
executeIfNeeded() |
void |
reset() |
callParseMethod, camel, ClearSymbols, counts, doCells, doTable, doTables, escape, escape, exception, getArgs, getArgsForTable, getLinkedFixtureWithArgs, getSymbol, getTargetClass, gray, handleBlankCell, hasParseMethod, hasSymbol, ignore, interpretTables, isFriendlyException, label, loadFixture, parse, right, setForcedAbort, setSymbol, wrong, wrong
protected Binding[] columnBindings
protected boolean executeCalledForRow
public void check(Parse cell, TypeAdapter a)
protected void executeIfNeeded() throws java.lang.Exception
java.lang.Exception
public void reset() throws java.lang.Exception
java.lang.Exception
public void execute() throws java.lang.Exception
java.lang.Exception
protected void bindColumnHeadersToMethodsAndFields(Parse heads)