Files
openide/java/java-tests/testSrc/com/intellij/codeInsight/daemon/quickFix/AddExceptionToCatchTest.java
2011-03-01 20:34:17 +01:00

13 lines
305 B
Java

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