C# 클래스 Microsoft.Protocols.TestSuites.MS_COPYS.TestSuiteManageHelper

This class used to support required functions for test class initialization and clean up.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
AcceptServerCertificate ( ) : void

A method used to accept server certificate if current transport type is HTTPS

GetSoapProtoclVersionByCurrentSetting ( ) : SoapProtocolVersion

A method is used to get SOAP version for proxy class. It is used to for "SoapVersion" property of proxy class.

Initialize ( ITestSite testSiteInstance ) : void

A method used to initialize the helper. It will get necessary values from configuration properties.

비공개 메소드들

메소드 설명
CheckInitializationStatus ( ) : void

A method used to check the helper whether has been initialized.

메소드 상세

AcceptServerCertificate() 공개 정적인 메소드

A method used to accept server certificate if current transport type is HTTPS
public static AcceptServerCertificate ( ) : void
리턴 void

GetSoapProtoclVersionByCurrentSetting() 공개 정적인 메소드

A method is used to get SOAP version for proxy class. It is used to for "SoapVersion" property of proxy class.
public static GetSoapProtoclVersionByCurrentSetting ( ) : SoapProtocolVersion
리턴 SoapProtocolVersion

Initialize() 공개 정적인 메소드

A method used to initialize the helper. It will get necessary values from configuration properties.
public static Initialize ( ITestSite testSiteInstance ) : void
testSiteInstance ITestSite A parameter represents the ITestSite instance.
리턴 void