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.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax [ObsoleteAttribute("All tests now use unique static context to not interfere with each other")]
public bool UniqueStaticContext { get; }
Property Value
Type:
BooleanSee Also