Click or drag to resize
AutomatedTestsUniqueStaticContext Property

Note: This API is now obsolete.

If true, the test uses it's own unique static context. Note that this only applies to static variables defined through CMSStatic and CMSStaticObject.

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

Property Value

Type: Boolean
See Also