C# Class System.Xml.Tests.TC_SchemaSet_AllowXmlAttributes

显示文件 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_oe property

public bool bErrorCallback
return bool

bWarningCallback public_oe property

public bool bWarningCallback
return bool

errorCount public_oe property

public int errorCount
return int

testData public_oe property

public string testData
return string

warningCount public_oe property

public int warningCount
return int