Click or drag to resize
IsolatedIntegrationTestsCleanUpSharedDatabase Method
Removes shared instance database in MSTest tests. Note: Use this method in method marked with [ClassCleanup] attribute.

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax
C#
public static void CleanUpSharedDatabase()
See Also