Package eg
Class Division
- java.lang.Object
-
- fit.Fixture
-
- fit.ColumnFixture
-
- eg.Division
-
public class Division extends ColumnFixture
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
-
-
Field Summary
Fields Modifier and Type Field Description double
denominator
double
numerator
-
Fields inherited from class fit.ColumnFixture
columnBindings, executeCalledForRow
-
-
Constructor Summary
Constructors Constructor Description Division()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
quotient()
void
setDenominator(double denominator)
void
setNumerator(double numerator)
-
Methods inherited from class fit.ColumnFixture
bindColumnHeadersToMethodsAndFields, check, createBinding, doCell, doRow, 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
-
-