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>
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();