()
| 27 | final 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 { |
nothing calls this directly
no test coverage detected