C# Class Avro.Test.TestSchema2

Show file Open project: thirumg/Avro.NET

Public Methods

Method Description
testEnumMismatch ( ) : void

Private Methods

Method Description
buildUnion ( Schema branches ) : Schema
check ( String schemaJson, String defaultJson, Object defaultValue ) : void
check ( String schemaJson, String defaultJson, Object defaultValue, bool induce ) : void
check ( String jsonSchema, bool induce ) : void
checkBinary ( Schema schema, Object datum, DatumWriter writer, DatumReader reader ) : void
checkDefault ( String schemaJson, String defaultJson, Object defaultValue ) : void
checkJson ( Schema schema, Object datum, DatumWriter writer, DatumReader reader ) : void
checkJson ( Schema schema, Object datum, String json ) : void
checkParseError ( String json ) : void
checkProp ( Schema s0 ) : void
checkUnionError ( Schema branches ) : void
testArray ( ) : void
testBoolean ( ) : void
testBytes ( ) : void
testComplexProp ( ) : void
testComplexUnions ( ) : void
testDouble ( ) : void
testEnum ( ) : void
testFixed ( ) : void
testFloat ( ) : void
testInt ( ) : void
testLisp ( ) : void
testLong ( ) : void
testMap ( ) : void
testNamespaceScope ( ) : void
testNoDefaultField ( ) : void
testNull ( ) : void
testRecord ( ) : void
testRecursive ( ) : void
testRecursiveEquals ( ) : void
testString ( ) : void
testUnion ( ) : void

Method Details

testEnumMismatch() public method

public testEnumMismatch ( ) : void
return void