C# Class System.Xml.Tests.TCInitialize

显示文件 Open project: dotnet/corefx

Public Methods

Method Description
TCInitialize ( ITestOutputHelper output ) : System

Private Methods

Method Description
InitializeShouldNotResetInternalSchemaSet ( ) : void
InitializeShouldNotResetLineInfoProvider ( ) : void
InitializeShouldNotResetSourceUri ( ) : void
InitializeShouldNotResetValidationEventSender ( ) : void
InitializeShouldNotResetXmlResolver ( ) : void
InitializeShouldResetIDConstraints ( ) : void
InitializeWithAttributeValidateSameAttribute ( ) : void
InitializeWithAttributeValidate_OtherAttribute_Element_Type ( String typeToValidate ) : void
InitializeWithElementValidateSameElement ( ) : void
InitializeWithElementValidate_OtherElement_Type_Attribute ( String typeToValidate ) : void
InitializeWithTypeValidateElement ( ) : void
InitializeWithTypeValidateSameType ( ) : void
IntializeWithTypeValidate_OtherType_Attribute ( String typeToValidate ) : void
PassNull ( ) : void
Pass_XmlSchemaAnnotation_XmlSchemaGroup_XmlSchemaAny_Invalid ( String TypeToPass ) : void
SetPartiaValidationAndCallValidate_Text_WhiteSpace_Valid ( String typeToValidate ) : void

Method Details

TCInitialize() public method

public TCInitialize ( ITestOutputHelper output ) : System
output ITestOutputHelper
return System