mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Test "lightened"
This commit is contained in:
+2
-6
@@ -24,8 +24,8 @@ import com.intellij.pom.java.LanguageLevel;
|
||||
import org.jetbrains.annotations.NonNls;
|
||||
|
||||
/**
|
||||
* This class intended for "heavily-loaded" tests only, e.g. those need to setup separate project directory structure to run
|
||||
* For "lightweight" tests use LightAdvHighlightingTest
|
||||
* This class intended for "heavily-loaded" tests only, e.g. those need to setup separate project directory structure to run.
|
||||
* For "lightweight" tests please use {@linkplain LightAdvHighlightingJdk7Test}.
|
||||
*/
|
||||
public class AdvHighlightingJdk7Test extends DaemonAnalyzerTestCase {
|
||||
@NonNls private static final String BASE_PATH = "/codeInsight/daemonCodeAnalyzer/advHighlighting7/";
|
||||
@@ -45,10 +45,6 @@ public class AdvHighlightingJdk7Test extends DaemonAnalyzerTestCase {
|
||||
doTest(BASE_PATH + "staticImports/staticImports.java", BASE_PATH + "/staticImports", false, false);
|
||||
}
|
||||
|
||||
public void testEnumSyntheticMethods() throws Exception {
|
||||
doTest(BASE_PATH + getTestName(true) + ".java", false, false);
|
||||
}
|
||||
|
||||
public void testStaticImportConflict() throws Exception {
|
||||
doTest(BASE_PATH + "staticImportConflict/Usage.java", BASE_PATH + "/staticImportConflict", false, false);
|
||||
}
|
||||
|
||||
+4
@@ -57,6 +57,10 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
|
||||
};
|
||||
}
|
||||
|
||||
public void testEnumSyntheticMethods() throws Exception {
|
||||
doTest(false, false);
|
||||
}
|
||||
|
||||
public void testDuplicateAnnotations() throws Exception {
|
||||
doTest(false, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user