blob: f2655f8641b6a8a8bd7d16a0ebd6f5e79b9b4518 [file] [log] [blame]
package com.siyeh.ig.serialization;
import com.siyeh.ig.IGInspectionTestCase;
public class SerializableWithUnconstructableAncestorInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/serialization/serializable_with_unconstructable_ancestor",
new SerializableWithUnconstructableAncestorInspection());
}
}