blob: 734536bbb2dee5af5cbecfc59710cb357f9bb181 [file] [log] [blame]
package com.siyeh.ig.naming;
import com.siyeh.ig.IGInspectionTestCase;
public class ExceptionNameDoesntEndWithExceptionInspectionTest
extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/naming/exception_name_doesnt_end_with_exception",
new ExceptionNameDoesntEndWithExceptionInspection());
}
}