AutomatedTestsCleanUpTestClass Method |
Cleans up the MSTest class after all tests.
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax protected static void CleanUpTestClass()
Remarks
Calling this method in NUnit tests causes duplicate initialization.
See Also