C# 클래스 Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.SharedContextUtils

A class which is used to initialize the SharedContext SharedContext instance for MS-FSSHTTP, MS-FSSHTTPB and MS-FSSHTTPD.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
InitializeSharedContextForFSSHTTP ( string userName, string password, string domain, ITestSite site ) : void

Initialize the SharedContext SharedContext based on the specified request file URL, user name, password and domain for the MS-FSSHTTP test purpose.

메소드 상세

InitializeSharedContextForFSSHTTP() 공개 정적인 메소드

Initialize the SharedContext SharedContext based on the specified request file URL, user name, password and domain for the MS-FSSHTTP test purpose.
public static InitializeSharedContextForFSSHTTP ( string userName, string password, string domain, ITestSite site ) : void
userName string Specify the user name.
password string Specify the password.
domain string Specify the domain.
site ITestSite An object provides logging, assertions, and SUT adapters for test code onto its execution context.
리턴 void