blob: ece054bfb8a7251662c9efde65f1683af4126d3a [file] [log] [blame]
package com.siyeh.ig.naming;
import com.siyeh.ig.IGInspectionTestCase;
public class MethodNamesDifferOnlyByCaseInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/naming/method_names_differ_only_by_case", new MethodNamesDifferOnlyByCaseInspection());
}
}