use of org.eclipse.xtext.junit4.util.InMemoryURIHandler in project xtext-eclipse by eclipse.
the class AbstractIncrementalBuilderTest method setUp.
@Before
public void setUp() {
clean();
inMemoryURIHandler = new InMemoryURIHandler();
}
Aggregations