|
Groovy example source code file (UberTestCaseJavaSourceCodehausPackages.java)
The Groovy UberTestCaseJavaSourceCodehausPackages.java source code
/**
* The tests collected here all take a 'significant' length of time to execute,
* i.e.&nsbp;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
* @version $Revision: 10539 $
*/
import junit.framework.Test;
import junit.framework.TestCase;
public class UberTestCaseJavaSourceCodehausPackages extends TestCase {
public static Test suite() {
return JavaSourceCodehausPackagesSuite.suite();
}
}
Other Groovy examples (source code examples)Here is a short list of links related to this Groovy UberTestCaseJavaSourceCodehausPackages.java source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.