Package fit.decorator
Class CopyAndAppendLastRow
- java.lang.Object
-
- fit.Fixture
-
- fit.decorator.FixtureDecorator
-
- fit.decorator.CopyAndAppendLastRow
-
public class CopyAndAppendLastRow extends FixtureDecorator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
-
-
Constructor Summary
Constructors Constructor Description CopyAndAppendLastRow()
-
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
-
NUMBER_OF_TIMES
public static final java.lang.String NUMBER_OF_TIMES
- 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
-
-