blob: a7737a07f77cebe67600526b73001760e2360725 [file] [log] [blame]
package com.siyeh.ig.classlayout;
import com.siyeh.ig.IGInspectionTestCase;
public class NoopMethodInAbstractClassInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/classlayout/noop_method_in_abstract_class", new NoopMethodInAbstractClassInspection());
}
}