Microsoft.Protocols.TestSuites.MS_AUTHWS.S03_LoginApplicationUnderWindowsAuthentication.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();
        }