C# Class Microsoft.Protocols.TestSuites.MS_AUTHWS.S01_LoginApplicationUnderFormsAuthentication

Inheritance: TestSuiteBase
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes protégées

Méthode Description
TestCleanup ( ) : void

Override OfficeProtocolTestClass's TestCleanup(), set server's authentication mode back to Windows after each test case.

TestInitialize ( ) : void

Overrides OfficeProtocolTestClass's TestInitialize(), to initialize the instance of IMS_AUTHWSAdapter and get some configuration properties.

Private Methods

Méthode Description
ClassCleanup ( ) : void
ClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
MSAUTHWS_S01_TC01_VerifyLoginUnderFormsAuthentication ( ) : void
MSAUTHWS_S01_TC02_VerifyLoginUnderFormsAuthenticationWithInvalidUserName ( ) : void
MSAUTHWS_S01_TC03_VerifyLoginUnderFormsAuthenticationWithInvalidPassword ( ) : void

Method Details

TestCleanup() protected méthode

Override OfficeProtocolTestClass's TestCleanup(), set server's authentication mode back to Windows after each test case.
protected TestCleanup ( ) : void
Résultat void

TestInitialize() protected méthode

Overrides OfficeProtocolTestClass's TestInitialize(), to initialize the instance of IMS_AUTHWSAdapter and get some configuration properties.
protected TestInitialize ( ) : void
Résultat void