C# Class Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S04_ExclusiveLock

Inheritance: Microsoft.Protocols.TestSuites.SharedTestSuite.S04_ExclusiveLock
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
ClassCleanup ( ) : void
ClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
MSFSSHTTP_FSSHTTPB_S04_TC01_ExclusiveLock_UrlNotSpecified ( ) : void
MSFSSHTTP_FSSHTTPB_S04_TC02_GetExclusiveLock_CheckoutByCurrentClient ( ) : void
MSFSSHTTP_FSSHTTPB_S04_TC03_CheckExclusiveLockAvailability_Success ( ) : void
MSFSSHTTP_FSSHTTPB_S04_TC04_ConvertToSchemaJoinCoauth_ConvertToSchemaFailedFileCheckedOutByCurrentUser ( ) : void
MSFSSHTTP_FSSHTTPB_S04_TC05_ConvertToSchema_ConvertToSchemaFailedFileCheckedOutByCurrentUser ( ) : void
MSFSSHTTP_FSSHTTPB_S04_TC06_ExclusiveLock_FileNotExistsOrCannotBeCreated ( ) : void
MSFSSHTTP_FSSHTTPB_S04_TC07_ExclusiveLock_CellStorageWebServiceDisabled ( ) : void
MSFSSHTTP_FSSHTTPB_S04_TC08_ExclusiveLock_NoPermissionIssueCellStorageService ( ) : void
MSFSSHTTP_FSSHTTPB_S04_TC09_ExclusiveLock_EmptyUrl ( ) : void

Method Details

InitializeContext() protected méthode

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.
Résultat void

MergeConfigurationFile() protected méthode

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.
Résultat void