Method | Description | |
---|---|---|
InitializeContext ( string requestFileUrl, string userName, string password, string domain ) : void |
This method is used to get WOPI token and add headers.
|
|
MergeConfigurationFile ( ITestSite site ) : void |
This method is used to merge the configuration of the WOPI and FSSHTTP.
|
Method | Description | |
---|---|---|
MSWOPISharedTestClassCleanup ( ) : void | ||
MSWOPISharedTestClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void | ||
TestCaseLevelInitializeMethod ( ) : void |
protected InitializeContext ( string requestFileUrl, string userName, string password, string domain ) : void | ||
requestFileUrl | string | A parameter represents the file URL. |
userName | string | A parameter represents the user name we used. |
password | string | A parameter represents the password of the user. |
domain | string | A parameter represents the domain. |
return | void |
protected MergeConfigurationFile ( ITestSite site ) : void | ||
site | ITestSite | A parameter represents the site. |
return | void |