Mark KotlinCodeInsightTestCase as deprecated
This commit is contained in:
+4
@@ -20,6 +20,10 @@ import com.intellij.codeInsight.CodeInsightTestCase;
|
|||||||
import com.intellij.openapi.vfs.newvfs.impl.VfsRootAccess;
|
import com.intellij.openapi.vfs.newvfs.impl.VfsRootAccess;
|
||||||
import org.jetbrains.kotlin.test.KotlinTestUtils;
|
import org.jetbrains.kotlin.test.KotlinTestUtils;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Please use KotlinLightCodeInsightFixtureTestCase as the base class for all new tests.
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
public abstract class KotlinCodeInsightTestCase extends CodeInsightTestCase {
|
public abstract class KotlinCodeInsightTestCase extends CodeInsightTestCase {
|
||||||
@Override
|
@Override
|
||||||
protected void setUp() throws Exception {
|
protected void setUp() throws Exception {
|
||||||
|
|||||||
Reference in New Issue
Block a user