Click or drag to resize
AutomatedTestsCleanUpTestClass Method
Cleans up the MSTest class after all tests.

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
protected static void CleanUpTestClass()
Remarks
Calling this method in NUnit tests causes duplicate initialization.
See Also