Click or drag to resize
MVTestInfoProvider.GetConflictingInternal Method
Returns all conflicting tests (tests running in the same time interval on same page with same culture and are enabled).

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual IEnumerable<MVTestInfo> GetConflictingInternal(
	MVTestInfo info
)

Parameters

info
Type: CMS.OnlineMarketing.MVTestInfo

Return Value

Type: IEnumerable<MVTestInfo>
See Also