Microsoft.Protocols.TestSuites.MS_AUTHWS.S01_LoginApplicationUnderFormsAuthentication.TestCleanup C# (CSharp) Method

TestCleanup() protected method

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