Avro.Test.TestSchema2.checkUnionError C# (CSharp) Method

checkUnionError() private static method

private static checkUnionError ( Schema branches ) : void
branches Schema
return void
        private static void checkUnionError(Schema[] branches)
        {
            //List<Schema> branchList = new List<Schema>(branches);
            //try
            //{
            //    new UnionSchema(createUnion(branchList);
            //    Assert.Fail("Union should not have constructed from: " + branchList);
            //}
            //catch (AvroException)
            //{
            //    return;
            //}
        }