fixed build console
[groovy.git] / src / test / UberTestCaseTCK_VM5.java
blobf07c1e3d34c42507909b59067da287e14a892272
1 /**
2 * All TCK testcases written in Groovy or Java.
4 * @author <a href="mailto:jeremy.rayner@bigfoot.com">Jeremy Rayner</a>
5 * @author Dierk Koenig
6 * @version $Revision$
7 */
9 import groovy.util.AllTestSuite;
10 import junit.framework.Test;
11 import junit.framework.TestCase;
12 import junit.framework.TestSuite;
14 public class UberTestCaseTCK_VM5 extends TestCase {
15 public static Test suite() {
16 TestSuite suite = (TestSuite) AllTestSuite.suite("src/test/gls", "**/vm5/*Test.groovy");
17 return suite;