edu.wpi.prc.test
Class AllTests

java.lang.Object
  extended by edu.wpi.prc.test.AllTests

public class AllTests
extends java.lang.Object

Runs all JUnit tests in the entire PRC system.

Author:
James Baldassari

Constructor Summary
AllTests()
           
 
Method Summary
static void configureHibernate()
          Configures Hibernate for the unit tests.
static void main(java.lang.String[] args)
          Runs all tests in the PRC system.
static junit.framework.Test suite()
           
 
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

main

public static void main(java.lang.String[] args)
Runs all tests in the PRC system.

Parameters:
args - Command-line arguments.

configureHibernate

public static void configureHibernate()
Configures Hibernate for the unit tests.


suite

public static junit.framework.Test suite()
Returns:
Returns a test containing all test suites in the PRC system.