moving tests to CE

This commit is contained in:
Dmitry Jemerov
2009-09-25 21:04:16 +04:00
parent 6fef276b55
commit 6682b1907b
22 changed files with 6 additions and 0 deletions
@@ -1,9 +1,15 @@
package com.intellij.codeInspection;
import com.intellij.JavaTestUtil;
import com.intellij.codeInspection.javaDoc.JavaDocLocalInspection;
import com.intellij.testFramework.InspectionTestCase;
public class JavaDocInspectionTest extends InspectionTestCase {
@Override
protected String getTestDataPath() {
return JavaTestUtil.getJavaTestDataPath() + "/inspection";
}
private void doTest() throws Exception {
doTest("javaDocInspection/" + getTestName(true), new JavaDocLocalInspection());
}