System.Xml.Tests.TC_SchemaSet_Add_URL.v3 C# (CSharp) Method

v3() private method

private v3 ( ) : void
return void
        public void v3()
        {
            XmlSchemaSet sc = new XmlSchemaSet();
            XmlSchema Schema = sc.Add("xsdauthor", TestData._XsdAuthor);

            Assert.Equal(Schema != null, true);

            return;
        }