fixed build console
[groovy.git] / src / test / UberTestCaseJavaSourceCodehausPackages.java
blob0e21067743cd5b665e51c5abc778d6701c982582
1 /**
2 * The tests collected here all take a 'significant' length of time to execute,
3 * i.e.&nsbp;greater than 2 seconds elapsed on my machine.
5 * to prevent a JVM startup-shutdown time per test, it should be more efficient to
6 * collect the tests together into a suite.
8 * @author <a href="mailto:jeremy.rayner@bigfoot.com">Jeremy Rayner</a>
9 * @version $Revision$
12 import junit.framework.Test;
13 import junit.framework.TestCase;
15 public class UberTestCaseJavaSourceCodehausPackages extends TestCase {
16 public static Test suite() {
17 return JavaSourceCodehausPackagesSuite.suite();