Click or drag to resize
AutomatedTestsLockContext Property

Note: This API is now obsolete.

If true, the test locks the context

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("All tests now lock their context to not interfere with each other")]
public bool LockContext { get; }

Property Value

Type: Boolean
See Also