blob: e121e8b9dccb78be42c63f34eef0af4f32ba2ba1 [file] [log] [blame]
package com.siyeh.ig.j2me;
import com.siyeh.ig.IGInspectionTestCase;
public class InterfaceWithOnlyOneDirectInheritorInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/j2me/interface_with_only_one_direct_inheritor", new InterfaceWithOnlyOneDirectInheritorInspection());
}
}