Class AbstractNamedWriteableTestCase<T extends NamedWriteable>

Direct Known Subclasses:
InternalAggregationTestCase

public abstract class AbstractNamedWriteableTestCase<T extends NamedWriteable> extends AbstractWireTestCase<T>
Standard test case for testing the wire serialization of subclasses of NamedWriteable. See AbstractWireSerializingTestCase for subclasses of Writeable. While you *can* use AbstractWireSerializingTestCase to test susbclasses of NamedWriteable this superclass will also test reading and writing the name.