fit
public class PrimitiveFixture extends Fixture
| Method Summary | |
|---|---|
| void | check(Parse cell, String value) |
| void | check(Parse cell, long value) |
| void | check(Parse cell, double value) |
| void | check(Parse cell, boolean value) |
| static boolean | parseBoolean(Parse cell) |
| static double | parseDouble(Parse cell) |
| static long | parseLong(Parse cell) |