public class TestAvroSerde
extends java.lang.Object
Constructor and Description |
---|
TestAvroSerde() |
Modifier and Type | Method and Description |
---|---|
void |
badSchemaURLProvidedReturnsErrorSchema() |
void |
bothPropertiesSetToNoneReturnsErrorSchema() |
void |
emptySchemaProvidedReturnsErrorSchema() |
void |
emptySchemaURLProvidedReturnsErrorSchema() |
void |
getSerializedClassReturnsCorrectType() |
void |
gibberishSchemaProvidedReturnsErrorSchema() |
void |
initializeDoesNotReuseSchemasFromConf() |
void |
noSchemaProvidedReturnsErrorSchema() |
public void initializeDoesNotReuseSchemasFromConf() throws SerDeException
SerDeException
public void noSchemaProvidedReturnsErrorSchema() throws SerDeException
SerDeException
public void gibberishSchemaProvidedReturnsErrorSchema() throws SerDeException
SerDeException
public void emptySchemaProvidedReturnsErrorSchema() throws SerDeException
SerDeException
public void badSchemaURLProvidedReturnsErrorSchema() throws SerDeException
SerDeException
public void emptySchemaURLProvidedReturnsErrorSchema() throws SerDeException
SerDeException
public void bothPropertiesSetToNoneReturnsErrorSchema() throws SerDeException
SerDeException
public void getSerializedClassReturnsCorrectType()
Copyright © 2012 The Apache Software Foundation