IsolatedIntegrationTestsExecuteWithAllDatabases Method |
Executes the same given action in the context of all test databases.
Original database is handled first.
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax public void ExecuteWithAllDatabases(
Action<string> action
)
Parameters
- action
- Type: SystemActionString
Action to execute
See Also