Class AbstractNamedWriteableTestCase<T extends NamedWriteable>

java.lang.Object
org.junit.Assert
org.apache.lucene.tests.util.LuceneTestCase
org.elasticsearch.test.ESTestCase
org.elasticsearch.test.AbstractWireTestCase<T>
org.elasticsearch.test.AbstractNamedWriteableTestCase<T>
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.