C# Class System.Xml.Tests.TC_SchemaSet_Compile

Show file Open project: dotnet/corefx

Public Properties

Property Type Description
ErrorInnerExceptionSet bool
WarningInnerExceptionSet bool
bErrorCallback bool
bWarningCallback bool
errorCount int
warningCount int

Public Methods

Method Description
Initialize ( ) : void
TC_SchemaSet_Compile ( ITestOutputHelper output ) : Xunit
ValidationCallback ( object sender, ValidationEventArgs args ) : void

Private Methods

Method Description
TFS_470021 ( ) : void
v1 ( ) : void
v2 ( ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

TC_SchemaSet_Compile() public method

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

ErrorInnerExceptionSet public property

public bool ErrorInnerExceptionSet
return bool

WarningInnerExceptionSet public property

public bool WarningInnerExceptionSet
return bool

bErrorCallback public property

public bool bErrorCallback
return bool

bWarningCallback public property

public bool bWarningCallback
return bool

errorCount public property

public int errorCount
return int

warningCount public property

public int warningCount
return int