1 46 47 package groovy.xml; 48 49 import groovy.lang.GroovyObject; 50 51 import org.codehaus.groovy.classgen.TestSupport; 52 53 58 public class XmlTest extends TestSupport { 59 60 public void testTree() throws Exception { 61 GroovyObject object = compile("src/test/groovy/xml/SmallNamespaceDOMTest.groovy"); 62 object.invokeMethod("testTree", null); 63 } 64 } 65 | Popular Tags |