C# 클래스 Microsoft.Protocols.TestSuites.Common.ValidateUtil

A class that use to validate schema.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
ValidateSchema ( object sender, CustomerEventArgs e ) : void

Validate the response xml.

ValidateUtil ( ITestSite testSite, bool throwException, bool performSchemaValidation, bool ignoreSoapFaultSchemaValidationForSoap12 ) : System.IO

Initializes a new instance of the ValidateUtil class with specified parameters.

메소드 상세

ValidateSchema() 공개 메소드

Validate the response xml.
public ValidateSchema ( object sender, CustomerEventArgs e ) : void
sender object The source of the event.
e CustomerEventArgs An CustomerEventArgs that contains event data.
리턴 void

ValidateUtil() 공개 메소드

Initializes a new instance of the ValidateUtil class with specified parameters.
public ValidateUtil ( ITestSite testSite, bool throwException, bool performSchemaValidation, bool ignoreSoapFaultSchemaValidationForSoap12 ) : System.IO
testSite ITestSite Implements Microsoft.Protocols.TestTools.IAdapter.Site.
throwException bool Indicate that whether throw exception when schema validation not success.
performSchemaValidation bool Indicate that whether perform schema validation.
ignoreSoapFaultSchemaValidationForSoap12 bool Indicate that whether ignore schema validation for SOAP fault in SOAP1.2.
리턴 System.IO