C# Class System.Xml.Tests.TC_SchemaSet_EnableUpaCheck

Mostra file Open project: dotnet/corefx

Public Properties

Property Type Description
bErrorCallback bool
bWarningCallback bool
errorCount int
errorLineNumbers int[]
testData string

Public Methods

Method Description
CreateReader ( string xmlFile, XmlSchemaSet ss, bool UpaCheck ) : XmlReader
Initialize ( ) : void
TC_SchemaSet_EnableUpaCheck ( ITestOutputHelper output ) : Xunit
ValidationCallback ( object sender, ValidationEventArgs args ) : void

Private Methods

Method Description
v1 ( object param0, object param1, object param2, int expectedErrorLineNumbers ) : void

Method Details

CreateReader() public method

public CreateReader ( string xmlFile, XmlSchemaSet ss, bool UpaCheck ) : XmlReader
xmlFile string
ss System.Xml.Schema.XmlSchemaSet
UpaCheck bool
return XmlReader

Initialize() public method

public Initialize ( ) : void
return void

TC_SchemaSet_EnableUpaCheck() public method

public TC_SchemaSet_EnableUpaCheck ( 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

errorLineNumbers public_oe property

public int[] errorLineNumbers
return int[]

testData public_oe property

public string testData
return string