umich.cac.pbs.test
Class AllTests

java.lang.Object
  extended byumich.cac.pbs.test.AllTests

public class AllTests
extends java.lang.Object

TestSuite that runs all the umich.cac.pbs.test tests.

Version:
$Header: /cvsroot/pbsaccounting/pbsaccounting/doc/javadoc/umich/cac/pbs/test/AllTests.html,v 1.6 2003/10/21 20:33:48 rodmach Exp $
Author:
rmach@umich.edu

Constructor Summary
AllTests()
           
 
Method Summary
static junit.framework.Test suite()
          Makes a TestSuite containing all of the unit tests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllTests

public AllTests()
Method Detail

suite

public static junit.framework.Test suite()
Makes a TestSuite containing all of the unit tests.

Returns:
TestSuite containg all of the unit tests.