blob: 22b53f26cda2dae1166cdd69ee578b750b53fce1 [file] [log] [blame]
package com.siyeh.ig.serialization;
import com.siyeh.ig.IGInspectionTestCase;
public class NonSerializableWithSerialVersionUIDFieldInspectionTest
extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/serialization/non_serializable_with_serial_version_uid_field",
new NonSerializableWithSerialVersionUIDFieldInspection());
}
}