blob: ac0c5b4ae09e49d18a32f31195a64952ccabcdd2 [file] [log] [blame]
package com.intellij.codeInsight.daemon.quickFix;
public class GeneralizeCatchTest extends LightQuickFixParameterizedTestCase {
public void test() throws Exception {
doAllTests();
}
@Override
protected String getBasePath() {
return "/codeInsight/daemonCodeAnalyzer/quickFix/generalizeCatch";
}
}