mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
moving tests to CE
This commit is contained in:
+7
@@ -1,10 +1,17 @@
|
||||
package com.intellij.codeInspection;
|
||||
|
||||
import com.intellij.JavaTestUtil;
|
||||
import com.intellij.codeInspection.visibility.VisibilityInspection;
|
||||
import com.intellij.testFramework.InspectionTestCase;
|
||||
|
||||
public class VisibilityInspectionTest extends InspectionTestCase {
|
||||
private final VisibilityInspection myTool = new VisibilityInspection();
|
||||
|
||||
@Override
|
||||
protected String getTestDataPath() {
|
||||
return JavaTestUtil.getJavaTestDataPath() + "/inspection";
|
||||
}
|
||||
|
||||
private void doTest() throws Exception {
|
||||
doTest("visibility/" + getTestName(false), myTool);
|
||||
}
|
||||
Reference in New Issue
Block a user