Files
openide/java/java-tests/testSrc/com/intellij/codeInsight/daemon/quickFix/AddMethodBodyTest.java
T
2010-09-30 10:35:32 +04:00

17 lines
299 B
Java

package com.intellij.codeInsight.daemon.quickFix;
public class AddMethodBodyTest extends LightQuickFixTestCase {
public void test() throws Exception { doAllTests(); }
@Override
protected String getBasePath() {
return "/codeInsight/daemonCodeAnalyzer/quickFix/addMethodBody";
}
}