fit
Class PrimitiveFixture

java.lang.Object
  extended by fit.Fixture
      extended by fit.PrimitiveFixture

public class PrimitiveFixture
extends Fixture


Nested Class Summary
 
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
 
Field Summary
 
Fields inherited from class fit.Fixture
args, counts, gray, green, red, summary, yellow
 
Constructor Summary
PrimitiveFixture()
           
 
Method Summary
 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)
           
 
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
 

Constructor Detail

PrimitiveFixture

public PrimitiveFixture()
Method Detail

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.