C# Class 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.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
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.

Method Details

InitializeSharedContextForFSSHTTP() public static method

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.
return void