blob: 99212248e5c61faee332d6b1cca0dd97439f0a64 [file] [log] [blame]
package com.siyeh.ig.errorhandling;
import com.siyeh.ig.IGInspectionTestCase;
public class BadExceptionCaughtInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/errorhandling/bad_exception_caught", new BadExceptionCaughtInspection());
}
}