C# Класс Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S03_SchemaLock

Наследование: S03_SchemaLock
Показать файл Открыть проект

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

Метод Описание
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_S03_TC01_GetLock_FileNotExistsOrCannotBeCreated ( ) : void
MSFSSHTTP_FSSHTTPB_S03_TC02_GetLock_UrlNotSpecified ( ) : void
MSFSSHTTP_FSSHTTPB_S03_TC03_GetLock_UrlEmpty ( ) : void
MSFSSHTTP_FSSHTTPB_S03_TC04_GetLock_Success_ExclusiveLockReturnReason_CheckedOutByCurrentUser ( ) : 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