C# 클래스 System.Xml.Tests.TC_SchemaSet_AllowXmlAttributes

파일 보기 프로젝트 열기: dotnet/corefx

공개 프로퍼티들

프로퍼티 타입 설명
bErrorCallback bool
bWarningCallback bool
errorCount int
testData string
warningCount int

공개 메소드들

메소드 설명
Initialize ( ) : void
TC_SchemaSet_AllowXmlAttributes ( ITestOutputHelper output ) : Xunit
ValidationCallback ( object sender, ValidationEventArgs args ) : void

비공개 메소드들

메소드 설명
CreateReader ( string xmlFile, XmlSchemaSet ss, bool allowXml ) : XmlReader
v1 ( string xmlFile, string xsdFile, bool allowXmlAttributes, int expectedWarningCount, int expectedErrorCount, int expectedSchemaSetCount ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

TC_SchemaSet_AllowXmlAttributes() 공개 메소드

public TC_SchemaSet_AllowXmlAttributes ( ITestOutputHelper output ) : Xunit
output ITestOutputHelper
리턴 Xunit

ValidationCallback() 공개 메소드

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

프로퍼티 상세

bErrorCallback 공개적으로 프로퍼티

public bool bErrorCallback
리턴 bool

bWarningCallback 공개적으로 프로퍼티

public bool bWarningCallback
리턴 bool

errorCount 공개적으로 프로퍼티

public int errorCount
리턴 int

testData 공개적으로 프로퍼티

public string testData
리턴 string

warningCount 공개적으로 프로퍼티

public int warningCount
리턴 int