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

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

보호된 메소드들

메소드 설명
InitializeContext ( string requestFileUrl, string userName, string password, string domain ) : void

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

MergeConfigurationFile ( TestTools site ) : void

Merge the common configuration and should/may configuration file.

비공개 메소드들

메소드 설명
ClassCleanup ( ) : void
ClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
MSFSSHTTP_FSSHTTPB_S07_TC01_EditorsTable_FileNotExistsOrCannotBeCreated ( ) : void
MSFSSHTTP_FSSHTTPB_S07_TC02_EditorsTable_JoinEditSession_EmptyUrl ( ) : void
MSFSSHTTP_FSSHTTPB_S07_TC03_EditorsTable_JoinEditSession_UrlNotSpecified ( ) : void

메소드 상세

InitializeContext() 보호된 메소드

Initialize the shared context based on the specified request file URL, user name, password and domain for the MS-FSSHTTP test purpose.
protected InitializeContext ( string requestFileUrl, string userName, string password, string domain ) : void
requestFileUrl string Specify the request file URL.
userName string Specify the user name.
password string Specify the password.
domain string Specify the domain.
리턴 void

MergeConfigurationFile() 보호된 메소드

Merge the common configuration and should/may configuration file.
protected MergeConfigurationFile ( TestTools site ) : void
site TestTools An instance of interface ITestSite which provides logging, assertions, /// and adapters for test code onto its execution context.
리턴 void