alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Groovy example source code file (UberTestCaseJavaSourceCodehausPackages.java)

This example Groovy source code file (UberTestCaseJavaSourceCodehausPackages.java) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Groovy tags/keywords

test, test, testcase, testcase, ubertestcasejavasourcecodehauspackages, ubertestcasejavasourcecodehauspackages

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

 

new blog posts

 

Copyright 1998-2021 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.