org.gusdb.wdk.model.test
Class TestUtility

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

public class TestUtility
extends java.lang.Object


Constructor Summary
TestUtility()
           
 
Method Summary
static TestUtility getInstance()
           
 java.util.Random getRandom()
           
 SanityModel getSanityModel()
           
 WdkModel getWdkModel()
           
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestUtility

public TestUtility()
            throws WdkModelException,
                   java.net.MalformedURLException
Throws:
WdkModelException
java.net.MalformedURLException
Method Detail

main

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

suite

public static junit.framework.Test suite()

getInstance

public static TestUtility getInstance()
                               throws WdkModelException,
                                      java.net.MalformedURLException
Throws:
WdkModelException
java.net.MalformedURLException

getRandom

public java.util.Random getRandom()
Returns:
Returns the rand.

getSanityModel

public SanityModel getSanityModel()
Returns:
Returns the sanityModel.

getWdkModel

public WdkModel getWdkModel()
Returns:
Returns the wdkModel.