C# Class System.Xml.Tests.TC_SchemaSet_AllowXmlAttributes

Show file Open project: dotnet/corefx

Public Properties

Property Type Description
bErrorCallback bool
bWarningCallback bool
errorCount int
testData string
warningCount int

Public Methods

Method Description
Initialize ( ) : void
TC_SchemaSet_AllowXmlAttributes ( ITestOutputHelper output ) : Xunit
ValidationCallback ( object sender, ValidationEventArgs args ) : void

Private Methods

Method Description
CreateReader ( string xmlFile, XmlSchemaSet ss, bool allowXml ) : XmlReader
v1 ( string xmlFile, string xsdFile, bool allowXmlAttributes, int expectedWarningCount, int expectedErrorCount, int expectedSchemaSetCount ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

TC_SchemaSet_AllowXmlAttributes() public method

public TC_SchemaSet_AllowXmlAttributes ( ITestOutputHelper output ) : Xunit
output ITestOutputHelper
return Xunit

ValidationCallback() public method

public ValidationCallback ( object sender, ValidationEventArgs args ) : void
sender object
args System.Xml.Schema.ValidationEventArgs
return void

Property Details

bErrorCallback public property

public bool bErrorCallback
return bool

bWarningCallback public property

public bool bWarningCallback
return bool

errorCount public property

public int errorCount
return int

testData public property

public string testData
return string

warningCount public property

public int warningCount
return int