Class AbstractNamedWriteableTestCase<T extends NamedWriteable>

java.lang.Object
org.junit.Assert

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.