C# Class System.Xml.Tests.TC_SchemaSet_AllowXmlAttributes

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
bErrorCallback bool
bWarningCallback bool
errorCount int
testData string
warningCount int

Méthodes publiques

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

Private Methods

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

public Initialize ( ) : void
Résultat void

TC_SchemaSet_AllowXmlAttributes() public méthode

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

testData public_oe property

public string testData
Résultat string

warningCount public_oe property

public int warningCount
Résultat int