C# Class System.Xml.Tests.TC_SchemaSet_EnableUpaCheck

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
bErrorCallback bool
bWarningCallback bool
errorCount int
errorLineNumbers int[]
testData string

Méthodes publiques

Méthode 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

Méthode Description
v1 ( object param0, object param1, object param2, int expectedErrorLineNumbers ) : void

Method Details

CreateReader() public méthode

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

Initialize() public méthode

public Initialize ( ) : void
Résultat void

TC_SchemaSet_EnableUpaCheck() public méthode

public TC_SchemaSet_EnableUpaCheck ( ITestOutputHelper output ) : Xunit
output ITestOutputHelper
Résultat Xunit

ValidationCallback() public méthode

public ValidationCallback ( object sender, ValidationEventArgs args ) : void
sender object
args System.Xml.Schema.ValidationEventArgs
Résultat void

Property Details

bErrorCallback public_oe property

public bool bErrorCallback
Résultat bool

bWarningCallback public_oe property

public bool bWarningCallback
Résultat bool

errorCount public_oe property

public int errorCount
Résultat int

errorLineNumbers public_oe property

public int[] errorLineNumbers
Résultat int[]

testData public_oe property

public string testData
Résultat string