Class AbstractWireSerializingTestCase<T extends Writeable>

java.lang.Object
org.junit.Assert
Direct Known Subclasses:
AbstractDiffableWireSerializationTestCase, AbstractSerializingTestCase, InternalAggregationTestCase

public abstract class AbstractWireSerializingTestCase<T extends Writeable>
extends AbstractWireTestCase<T>
Standard test case for testing the wire serialization of subclasses of Writeable. See AbstractNamedWriteableTestCase for subclasses of NamedWriteable.