blob: 59b5d5e2114ed661d48881761feb24277bdbc1a1 [file] [log] [blame]
package com.siyeh.ig.classlayout;
import com.siyeh.ig.IGInspectionTestCase;
public class PublicConstructorInspectionTest
extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/classlayout/public_constructor", new PublicConstructorInspection());
}
}