Click or drag to resize
IsolatedIntegrationTestsEnsureExtraDatabase Method
Ensures the specified extra database for the test

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public void EnsureExtraDatabase(
	string dbName
)

Parameters

dbName
Type: SystemString
Database name
See Also