C# Class Avro.Test.TestSchema

Show file Open project: thirumg/Avro.NET

Private Methods

Method Description
TestBasic ( string s ) : void
TestPrimitive ( string s, Schema type ) : void
testArray ( string s, string item ) : void
testEnum ( string s, string symbols ) : void
testFixed ( string s, int size ) : void
testFullname ( string s1, string s2 ) : string
testMap ( string s, string value ) : void
testRecord ( string s, string kv ) : void
testUnion ( string s, string types ) : void