org.gusdb.wdk.model.test
Class SanityTester
java.lang.Object
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
|
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 |
BANNER_LINE
public static final java.lang.String BANNER_LINE
- See Also:
- Constant Field Values
SanityTester
public SanityTester(java.lang.String modelName,
SanityModel sanityModel,
boolean verbose)
throws WdkModelException
- Throws:
WdkModelException
main
public static void main(java.lang.String[] args)