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

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

공개 프로퍼티들

프로퍼티 타입 설명
bErrorCallback bool
bWarningCallback bool
errorCount int
errorLineNumbers int[]
testData string

공개 메소드들

메소드 설명
CreateReader ( string xmlFile, XmlSchemaSet ss, bool UpaCheck ) : XmlReader
Initialize ( ) : void
TC_SchemaSet_EnableUpaCheck ( ITestOutputHelper output ) : Xunit
ValidationCallback ( object sender, ValidationEventArgs args ) : void

비공개 메소드들

메소드 설명
v1 ( object param0, object param1, object param2, int expectedErrorLineNumbers ) : void

메소드 상세

CreateReader() 공개 메소드

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

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

TC_SchemaSet_EnableUpaCheck() 공개 메소드

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

errorLineNumbers 공개적으로 프로퍼티

public int[] errorLineNumbers
리턴 int[]

testData 공개적으로 프로퍼티

public string testData
리턴 string