5051525354555657585960
} @Override protected void setUp() throws Exception { super.setUp(); with(new XdocStandaloneSetup()); getInjector().injectMembers(this); this.pTest = new ParserTest(); this.pTest.setUp(); Output output = new OutputImpl();
16171819202122
public class LexerTest extends AbstractXtextTests { @Override protected void setUp() throws Exception { super.setUp(); with(new XdocStandaloneSetup()); }
46474849505152
private static final String CLOSE_BRACKET = "]"; @Override protected void setUp() throws Exception { super.setUp(); with(new XdocStandaloneSetup()); }