|
Groovy example source code file (NodeAsHTMLPrinterTest.java)
The Groovy NodeAsHTMLPrinterTest.java source code
package org.codehaus.groovy.antlr.treewalker;
import junit.framework.TestCase;
import org.custommonkey.xmlunit.Diff;
import org.custommonkey.xmlunit.XMLUnit;
/**
* Testcases for the antlr AST visitor that prints groovy source code nodes as HTML.
*/
public class NodeAsHTMLPrinterTest extends TestCase {
private static final String HEADER = "<html> |