org.olat.core.test
Class AllTests

java.lang.Object
  extended by org.olat.core.test.AllTests

public class AllTests
extends java.lang.Object

Description:
This test suite combines all jUnit tests from the OLAT core application framework Application related tests should be placed in a testsuite within the application, e.g. in org.olat.test.AllTests

Initial Date: 21.11.2006

Author:
gnaegi

Constructor Summary
AllTests()
           
 
Method Summary
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

AllTests

public AllTests()
Method Detail

suite

public static junit.framework.Test suite()
Returns:
the test suite

main

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