mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
moving tests to CE
This commit is contained in:
+6
@@ -4,6 +4,7 @@
|
||||
|
||||
package com.intellij.codeInspection;
|
||||
|
||||
import com.intellij.JavaTestUtil;
|
||||
import com.intellij.codeInspection.suspiciousNameCombination.SuspiciousNameCombinationInspection;
|
||||
import com.intellij.testFramework.InspectionTestCase;
|
||||
|
||||
@@ -11,6 +12,11 @@ import com.intellij.testFramework.InspectionTestCase;
|
||||
* @author yole
|
||||
*/
|
||||
public class SuspiciousNameCombinationTest extends InspectionTestCase {
|
||||
@Override
|
||||
protected String getTestDataPath() {
|
||||
return JavaTestUtil.getJavaTestDataPath() + "/inspection";
|
||||
}
|
||||
|
||||
private void doTest() throws Exception {
|
||||
doTest("suspiciousNameCombination/" + getTestName(true), new SuspiciousNameCombinationInspection());
|
||||
}
|
||||
Reference in New Issue
Block a user