|
Groovy example source code file (UberTestCaseJavaSourceGroovyPackagesSecurity.java)
The Groovy UberTestCaseJavaSourceGroovyPackagesSecurity.java source code
import junit.framework.Test;
import junit.framework.TestCase;
/**
* Collecting all security-related Unit Tests under groovy package, written in Java.
*
* @author Christian Stein
* @author Dierk Koenig
*/
public class UberTestCaseJavaSourceGroovyPackagesSecurity extends TestCase {
public static Test suite() {
return JavaSourceGroovyPackagesSecuritySuite.suite();
}
}
Other Groovy examples (source code examples)Here is a short list of links related to this Groovy UberTestCaseJavaSourceGroovyPackagesSecurity.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.