blob: 7cc458797d6c0b2ec858bc526c3fa3350d85e3e8 [file] [log] [blame]
/**
* The tests collected here all take a 'significant' length of time to execute,
* i.e. greater than 2 seconds elapsed on my machine.
*
* to prevent a JVM startup-shutdown time per test, it should be more efficient to
* collect the tests together into a suite.
*
* @author <a href="mailto:jeremy.rayner@bigfoot.com">Jeremy Rayner</a>
* @version $Revision$
*/
import junit.framework.*;
public class UberTestCaseLongRunningTests extends TestCase {
public static Test suite() {
return AllCodehausJavaTestsSuite.suite();
}
}