Convert IntentionTestGenerated to light fixture test case

This commit is contained in:
Dmitry Jemerov
2017-03-22 18:56:05 +01:00
parent 5af423f1b4
commit b24ce04dea
8 changed files with 34 additions and 84 deletions
@@ -69,7 +69,7 @@ class KtFileLightClassTest : KotlinLightCodeInsightFixtureTestCase() {
assertEquals(0, facadeFiles.size)
}
override fun getTestDataPath(): String? {
override fun getTestDataPath(): String {
return PluginTestCaseBase.getTestDataPathBase() + "/asJava/fileLightClass/"
}
}