Package eg.employeePayroll
Class PayDay
- java.lang.Object
-
- fit.Fixture
-
- fit.ColumnFixture
-
- fitnesse.fixtures.RowEntryFixture
-
- eg.employeePayroll.PayDay
-
public class PayDay extends RowEntryFixture
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
-
-
Field Summary
Fields Modifier and Type Field Description int
checkNumber
java.util.Date
payDate
-
Fields inherited from class fitnesse.fixtures.RowEntryFixture
ERROR_INDICATOR, RIGHT_STYLE, WRONG_STYLE
-
Fields inherited from class fit.ColumnFixture
columnBindings, executeCalledForRow
-
-
Constructor Summary
Constructors Constructor Description PayDay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
enterRow()
-
Methods inherited from class fitnesse.fixtures.RowEntryFixture
appendCell, doRow, insertRowAfter, makeMessageCell, reportError
-
Methods inherited from class fit.ColumnFixture
bindColumnHeadersToMethodsAndFields, check, createBinding, doCell, doRows, execute, executeIfNeeded, 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
-
-
-
-
Method Detail
-
enterRow
public void enterRow() throws java.lang.Exception
- Specified by:
enterRow
in classRowEntryFixture
- Throws:
java.lang.Exception
-
-