Package fit
Class PrimitiveFixture
- java.lang.Object
-
- fit.Fixture
-
- fit.PrimitiveFixture
-
public class PrimitiveFixture extends Fixture
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
-
-
Constructor Summary
Constructors Constructor Description PrimitiveFixture()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
check(Parse cell, double value)
void
check(Parse cell, long value)
void
check(Parse cell, java.lang.String value)
static double
parseDouble(Parse cell)
static long
parseLong(Parse cell)
-
Methods inherited from class fit.Fixture
callParseMethod, camel, check, ClearSymbols, counts, doCell, doCells, doRow, doRows, 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
-
-