Package eg.employeePayroll
Class PaycheckInspector
- java.lang.Object
-
- fit.Fixture
-
- fit.ColumnFixture
-
- fit.RowFixture
-
- eg.employeePayroll.PaycheckInspector
-
public class PaycheckInspector extends RowFixture
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
-
-
Field Summary
-
Fields inherited from class fit.RowFixture
missing, results, surplus
-
Fields inherited from class fit.ColumnFixture
columnBindings, executeCalledForRow
-
-
Constructor Summary
Constructors Constructor Description PaycheckInspector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>
getTargetClass()
java.lang.Object[]
query()
-
Methods inherited from class fit.RowFixture
bin, buildCells, buildRows, check, cSort, doRows, eSort, list, list, mark, mark, match, union
-
Methods inherited from class fit.ColumnFixture
bindColumnHeadersToMethodsAndFields, check, createBinding, doCell, doRow, execute, executeIfNeeded, reset
-
Methods inherited from class fit.Fixture
callParseMethod, camel, ClearSymbols, counts, doCells, doTable, doTables, escape, escape, exception, getArgs, getArgsForTable, getLinkedFixtureWithArgs, getSymbol, gray, handleBlankCell, hasParseMethod, hasSymbol, ignore, interpretTables, isFriendlyException, label, loadFixture, parse, right, setForcedAbort, setSymbol, wrong, wrong
-
-
-
-
Method Detail
-
query
public java.lang.Object[] query() throws java.lang.Exception
- Specified by:
query
in classRowFixture
- Throws:
java.lang.Exception
-
getTargetClass
public java.lang.Class<?> getTargetClass()
- Specified by:
getTargetClass
in classRowFixture
-
-