C# Класс Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S05_WhoAmI

Наследование: Microsoft.Protocols.TestSuites.SharedTestSuite.S05_WhoAmI
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
MSWOPISharedTestClassCleanup ( ) : void
MSWOPISharedTestClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
TestCaseLevelInitializeMethod ( ) : void

Описание методов

InitializeContext() защищенный Метод

This method is used to get WOPI token and add headers.
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.
Результат void

MergeConfigurationFile() защищенный Метод

This method is used to merge the configuration of the WOPI and FSSHTTP.
protected MergeConfigurationFile ( ITestSite site ) : void
site ITestSite A parameter represents the site.
Результат void