Click or drag to resize
IsolatedIntegrationTestsExecuteWithAllDatabases Method
Executes the same given action in the context of all test databases. Original database is handled first.

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public void ExecuteWithAllDatabases(
	Action<string> action
)

Parameters

action
Type: SystemActionString
Action to execute
See Also