MCPcopy
hub / github.com/apache/groovy / testTree

Method testTree

src/test/groovy/groovy/tree/NodePrinterTest.java:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27final class NodePrinterTest extends TestSupport {
28
29 @Test
30 void testTree() throws Exception {
31 GroovyObject object = compile("src/test/groovy/groovy/tree/TreeTest.groovy");
32 object.invokeMethod("testTree", null);
33 }
34
35 @Test
36 void testVerboseTree() throws Exception {

Callers

nothing calls this directly

Calls 2

invokeMethodMethod · 0.95
compileMethod · 0.65

Tested by

no test coverage detected