From 9d74657f11a372ef0915b338a981baf45033b430 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 23 Mar 2017 16:36:08 +0100 Subject: [PATCH] Mark KotlinCodeInsightTestCase as deprecated --- .../jetbrains/kotlin/idea/test/KotlinCodeInsightTestCase.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/idea/idea-test-framework/src/org/jetbrains/kotlin/idea/test/KotlinCodeInsightTestCase.java b/idea/idea-test-framework/src/org/jetbrains/kotlin/idea/test/KotlinCodeInsightTestCase.java index 73ea6a79584..ee74da3021e 100644 --- a/idea/idea-test-framework/src/org/jetbrains/kotlin/idea/test/KotlinCodeInsightTestCase.java +++ b/idea/idea-test-framework/src/org/jetbrains/kotlin/idea/test/KotlinCodeInsightTestCase.java @@ -20,6 +20,10 @@ import com.intellij.codeInsight.CodeInsightTestCase; import com.intellij.openapi.vfs.newvfs.impl.VfsRootAccess; import org.jetbrains.kotlin.test.KotlinTestUtils; +/** + * Please use KotlinLightCodeInsightFixtureTestCase as the base class for all new tests. + */ +@Deprecated public abstract class KotlinCodeInsightTestCase extends CodeInsightTestCase { @Override protected void setUp() throws Exception {