Click or drag to resize
IntegrationTests Constructor (Boolean)

Note: This API is now obsolete.

Constructor

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("All tests are now isolated. Use default constructor instead.")]
protected IntegrationTests(
	bool isolated
)

Parameters

isolated
Type: SystemBoolean
If true, the test context is isolated
See Also