Package fit
Class ColumnFixture
- java.lang.Object
-
- fit.Fixture
-
- fit.ColumnFixture
-
- Direct Known Subclasses:
ColumnFixtureTestFixture
,ComplexAddFixture
,Division
,DummyClassForWizardTests
,FitNesseStatus
,GameTiming
,GetDates
,NullAndBlankFixture
,PageCreator
,RenderFixture
,ResponseExaminer
,ResponseRequester
,RowEntryFixture
,RowFixture
,StringFixture
,SystemExitTable
,SystemPropertySetterFixture
,TranslatePoint
,VectorSum
public class ColumnFixture extends Fixture
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
-
-
Field Summary
Fields Modifier and Type Field Description protected Binding[]
columnBindings
protected boolean
executeCalledForRow
-
Constructor Summary
Constructors Constructor Description ColumnFixture()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
Methods inherited from class fit.Fixture
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
-
-
-
-
Field Detail
-
columnBindings
protected Binding[] columnBindings
-
executeCalledForRow
protected boolean executeCalledForRow
-
-
Method Detail
-
check
public void check(Parse cell, TypeAdapter a)
-
executeIfNeeded
protected void executeIfNeeded() throws java.lang.Exception
- Throws:
java.lang.Exception
-
reset
public void reset() throws java.lang.Exception
- Throws:
java.lang.Exception
-
execute
public void execute() throws java.lang.Exception
- Throws:
java.lang.Exception
-
bindColumnHeadersToMethodsAndFields
protected void bindColumnHeadersToMethodsAndFields(Parse heads)
-
-