blob: 015c7475319d94f9899cd80fc866a64317185b9c [file] [log] [blame]
package com.siyeh.ig.j2me;
import com.siyeh.ig.IGInspectionTestCase;
public class AbstractWithOnlyOneDirectInheritorInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/j2me/abstract_class_with_only_one_direct_inheritor", new AbstractClassWithOnlyOneDirectInheritorInspection());
}
}