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