Refactoring of muteWithDatabase
- remove unused function RunNotifier.withMuteFailureListener - inline some functions (isIgnoredInDatabaseWithLog, etc.) - change declaration of mutedMessage - change naming of AutoMute related functions - extract to separate function isPresentedInDatabaseWithoutFailMarker
This commit is contained in:
committed by
Yunir Salimzyanov
parent
fb9b3f96de
commit
63ba883a77
-4
@@ -18,13 +18,9 @@ package org.jetbrains.kotlin.idea.test;
|
||||
|
||||
import com.intellij.codeInsight.CodeInsightTestCase;
|
||||
import com.intellij.openapi.vfs.newvfs.impl.VfsRootAccess;
|
||||
import kotlin.Unit;
|
||||
import org.jetbrains.kotlin.test.KotlinTestUtils;
|
||||
import org.jetbrains.kotlin.test.MuteWithDatabaseKt;
|
||||
import org.jetbrains.kotlin.test.WithMutedInDatabaseRunTest;
|
||||
|
||||
import static org.jetbrains.kotlin.test.MuteWithDatabaseKt.isIgnoredInDatabaseWithLog;
|
||||
|
||||
/**
|
||||
* Please use KotlinLightCodeInsightFixtureTestCase as the base class for all new tests.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user