IsolatedIntegrationTestsInitSharedDatabase Method |
Init shared instance database in MSTest tests.
Note: Use this method in method marked with [ClassInitialize] attribute.
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax public void InitSharedDatabase(
string suffix = "SHARED"
)
Parameters
- suffix (Optional)
- Type: SystemString
Database suffix
See Also