org.olat.test
Class AllTests

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

public class AllTests
extends java.lang.Object

Description:
This test suite combines all jUnit tests from the OLAT application. It includes the tests from the OLAT core application framework as a suite. This class is used to run all tests from within eclipse for faster execution.

Author:
Florian Gnägi, frentix GmbH http://www.frentix.com

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 -