@Override @Before public void setUp() throws Exception { super.setUp(); with(LambdaStandaloneSetup.class); typeSystem = get(LambdaXsemanticsSystem.class); stringProvider = get(LambdaStringRepresentation.class); }
@Override public void setUp() throws Exception { super.setUp(); setInjector( Activator.getInstance() .getInjector("org.eclipse.xtext.ui.tests.refactoring.RefactoringTestLanguage")); getInjector().injectMembers(this); fragmentProvider.setUseNames(true); }
@Override public void tearDown() throws Exception { fragmentProvider.setUseNames(false); super.tearDown(); }
@Override public void setUp() throws Exception { super.setUp(); with(XtextTerminalsTestLanguageStandaloneSetup.class); }
@Override public void setUp() throws Exception { super.setUp(); with(XtextStandaloneSetup.class); }
@Override public void setUp() throws Exception { super.setUp(); with(IndentationAwareTestLanguageStandaloneSetup.class); }
@Override public void tearDown() throws Exception { expectedClass = null; expectedClassName = null; super.tearDown(); }