abstractpublic class SerializableTestCase extends TestCase (Code)
Tests object serialization. Extend this class, make appropriate
initialization and then call super.setUp(). If your object
doesn't override equals(), override
testSerializable, where check the object read is consistent
to the object saved.