public class PrimitiveFixture extends Fixture
Fixture.RunTime
Constructor and Description |
---|
PrimitiveFixture() |
Modifier and Type | Method and Description |
---|---|
void |
check(Parse cell,
boolean value) |
void |
check(Parse cell,
double value) |
void |
check(Parse cell,
long value) |
void |
check(Parse cell,
java.lang.String value) |
static boolean |
parseBoolean(Parse cell) |
static double |
parseDouble(Parse cell) |
static long |
parseLong(Parse cell) |
public static long parseLong(Parse cell)
public static double parseDouble(Parse cell)
public static boolean parseBoolean(Parse cell)
public void check(Parse cell, java.lang.String value)
public void check(Parse cell, long value)
public void check(Parse cell, double value)
public void check(Parse cell, boolean value)
Copyright © 2016 Fit. All Rights Reserved.