JavaCodeInsightTestFixture codeInsightFixture =
JavaTestFixtureFactory.getFixtureFactory()
.createCodeInsightFixture(
fixture,
new LightTempDirTestFixtureImpl(true));
codeInsightFixture.setTestDataPath(getTestRootPath());
return codeInsightFixture;
}