mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
moving tests to CE
This commit is contained in:
+6
@@ -1,9 +1,15 @@
|
||||
package com.intellij.codeInspection;
|
||||
|
||||
import com.intellij.JavaTestUtil;
|
||||
import com.intellij.codeInspection.duplicateThrows.DuplicateThrowsInspection;
|
||||
import com.intellij.testFramework.InspectionTestCase;
|
||||
|
||||
public class DuplicateThrowsInspectionTest extends InspectionTestCase {
|
||||
@Override
|
||||
protected String getTestDataPath() {
|
||||
return JavaTestUtil.getJavaTestDataPath() + "/inspection";
|
||||
}
|
||||
|
||||
private void doTest() throws Exception {
|
||||
doTest("duplicateThrows/" + getTestName(true), new DuplicateThrowsInspection());
|
||||
}
|
||||
Reference in New Issue
Block a user