org.gusdb.wdk.model.test
Class SanityTester

java.lang.Object
  extended by org.gusdb.wdk.model.test.SanityTester

public class SanityTester
extends java.lang.Object

SanityTester.java " [-project project_id]" + Main class for running the sanity tests, which is a way to test all Queries and RecordClasss in a wdk model to make sure they work as intended and their results fall within an expected range, even over the course of code base development. See the usage() method for parameter information, and see the gusDb.org wiki page for the structure and content of the sanity test. Created: Mon August 23 12:00:00 2004 EST


Field Summary
static java.lang.String BANNER_LINE
           
 
Constructor Summary
SanityTester(java.lang.String modelName, SanityModel sanityModel, boolean verbose)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BANNER_LINE

public static final java.lang.String BANNER_LINE
See Also:
Constant Field Values
Constructor Detail

SanityTester

public SanityTester(java.lang.String modelName,
                    SanityModel sanityModel,
                    boolean verbose)
             throws WdkModelException
Throws:
WdkModelException
Method Detail

main

public static void main(java.lang.String[] args)