blob: 997c42bf81c41552516117ba667b1341116f096a [file] [log] [blame]
package com.siyeh.ig.errorhandling;
import com.siyeh.ig.IGInspectionTestCase;
public class TooBroadCatchInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/errorhandling/toobroadcatch", new TooBroadCatchInspection());
}
}