Package fit.decorator
Class Loop
- java.lang.Object
-
- fit.Fixture
-
- fit.decorator.FixtureDecorator
-
- fit.decorator.Loop
-
public class Loop extends FixtureDecorator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
-
-
Constructor Summary
Constructors Constructor Description Loop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
run(Fixture fixture, Parse table)
protected void
setupDecorator(java.lang.String[] arguments)
protected void
updateColumnsBasedOnResults(Parse table)
-
Methods inherited from class fit.decorator.FixtureDecorator
doTable
-
Methods inherited from class fit.Fixture
callParseMethod, camel, check, ClearSymbols, counts, doCell, doCells, doRow, doRows, 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
-
COUNT
public static final java.lang.String COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
run
protected void run(Fixture fixture, Parse table)
- Overrides:
run
in classFixtureDecorator
-
setupDecorator
protected void setupDecorator(java.lang.String[] arguments) throws InvalidInputException
- Specified by:
setupDecorator
in classFixtureDecorator
- Throws:
InvalidInputException
-
updateColumnsBasedOnResults
protected void updateColumnsBasedOnResults(Parse table)
- Specified by:
updateColumnsBasedOnResults
in classFixtureDecorator
-
-