IsolatedIntegrationTestsCleanUpSharedDatabase Method |
Removes shared instance database in MSTest tests.
Note: Use this method in method marked with [ClassCleanup] attribute.
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax public static void CleanUpSharedDatabase()
See Also