Package eg.employeePayroll
Class Employees
- java.lang.Object
-
- fit.Fixture
-
- fit.ColumnFixture
-
- fitnesse.fixtures.RowEntryFixture
-
- eg.employeePayroll.Employees
-
public class Employees extends RowEntryFixture
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
address
int
id
java.lang.String
name
double
salary
-
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 Employees()
-
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
-
-