C# 클래스 Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S01_Cell

상속: Microsoft.Protocols.TestSuites.SharedTestSuite.S01_Cell
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

보호된 메소드들

메소드 설명
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