20212223242526
import junit.framework.TestCase; public class VariableTest extends TestCase { private TranslationUnit parse(String source) throws Exception { return new Parser().parse(source); }
import junit.framework.TestCase; public class NodeTest extends TestCase { private TranslationUnit parse(String source) throws Exception { return new Parser().parse(source); }