fit
Class PrimitiveFixture
java.lang.Object
fit.Fixture
fit.PrimitiveFixture
public class PrimitiveFixture
- extends Fixture
Methods inherited from class fit.Fixture |
camel, check, counts, doCell, doCells, doRow, doRows, doTable, doTables, error, escape, exception, fixtureName, getArgs, getArgsForTable, getLinkedFixtureWithArgs, ignore, info, info, interpretTables, label, loadFixture, parse, right, wrong, wrong |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimitiveFixture
public PrimitiveFixture()
parseLong
public static long parseLong(Parse cell)
parseDouble
public static double parseDouble(Parse cell)
parseBoolean
public static boolean parseBoolean(Parse cell)
check
public void check(Parse cell,
java.lang.String value)
check
public void check(Parse cell,
long value)
check
public void check(Parse cell,
double value)
check
public void check(Parse cell,
boolean value)
Copyright © 2009 SourceForge. All Rights Reserved.