org.apache.hadoop.hive.serde2.avro
Class TestAvroSerde

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.avro.TestAvroSerde

public class TestAvroSerde
extends Object


Constructor Summary
TestAvroSerde()
           
 
Method Summary
 void badSchemaURLProvidedReturnsErrorSchema()
           
 void bothPropertiesSetToNoneReturnsErrorSchema()
           
 void emptySchemaProvidedReturnsErrorSchema()
           
 void emptySchemaURLProvidedReturnsErrorSchema()
           
 void getSerializedClassReturnsCorrectType()
           
 void gibberishSchemaProvidedReturnsErrorSchema()
           
 void initializeDoesNotReuseSchemasFromConf()
           
 void noSchemaProvidedReturnsErrorSchema()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAvroSerde

public TestAvroSerde()
Method Detail

initializeDoesNotReuseSchemasFromConf

public void initializeDoesNotReuseSchemasFromConf()
                                           throws SerDeException
Throws:
SerDeException

noSchemaProvidedReturnsErrorSchema

public void noSchemaProvidedReturnsErrorSchema()
                                        throws SerDeException
Throws:
SerDeException

gibberishSchemaProvidedReturnsErrorSchema

public void gibberishSchemaProvidedReturnsErrorSchema()
                                               throws SerDeException
Throws:
SerDeException

emptySchemaProvidedReturnsErrorSchema

public void emptySchemaProvidedReturnsErrorSchema()
                                           throws SerDeException
Throws:
SerDeException

badSchemaURLProvidedReturnsErrorSchema

public void badSchemaURLProvidedReturnsErrorSchema()
                                            throws SerDeException
Throws:
SerDeException

emptySchemaURLProvidedReturnsErrorSchema

public void emptySchemaURLProvidedReturnsErrorSchema()
                                              throws SerDeException
Throws:
SerDeException

bothPropertiesSetToNoneReturnsErrorSchema

public void bothPropertiesSetToNoneReturnsErrorSchema()
                                               throws SerDeException
Throws:
SerDeException

getSerializedClassReturnsCorrectType

public void getSerializedClassReturnsCorrectType()


Copyright © 2013 The Apache Software Foundation