2 * All TCK testcases written in Groovy or Java.
4 * @author <a href="mailto:jeremy.rayner@bigfoot.com">Jeremy Rayner</a>
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");