assertEquals(0, root.getParameters().size());
assertEmptyValue(root.getContent());
}
public void testImportWithText() throws Exception {
TextElement textNode = text("gremlin");
ParsedElement badImp = imp(list(attr("class", "com.google.Foo")),
textNode);
IfExpandedTree parseTree =
tree(template(list(attr("name", "pkg.Test")),
badImp,