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

13 lines
303 B
Java

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