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

Inheritance: TestSuiteBase
Show file Open project: OfficeDev/Interop-TestSuites

Protected Methods

Method 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

Method Description
ClassCleanup ( ) : void
ClassInitialize ( Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : void
MSAUTHWS_S04_TC01_VerifyLoginUnderPassportAuthentication ( ) : void

Method Details

TestCleanup() protected method

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

TestInitialize() protected method

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