Class AbstractWireSerializingTestCase<T extends Writeable>

java.lang.Object
org.junit.Assert
org.apache.lucene.tests.util.LuceneTestCase
org.elasticsearch.test.ESTestCase
org.elasticsearch.test.AbstractWireTestCase<T>
org.elasticsearch.test.AbstractWireSerializingTestCase<T>
Direct Known Subclasses:
AbstractSerializingTestCase, SimpleDiffableWireSerializationTestCase

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.