|
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: |
Other websites by Alvin Alexander:
Life/living in Alaska (OneMansAlaska.com)
How I Sold My Business (HowISoldMyBusiness.com)
Copyright 1998-2011 Alvin Alexander, devdaily.com
All Rights Reserved.