Click or drag to resize
RelatedBugAttribute Constructor
Indicates that test was created due to bug fix.

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public RelatedBugAttribute(
	string bugIdentifier,
	bool isPublic = true
)

Parameters

bugIdentifier
Type: SystemString
Bug identifier (eg. issue number)
isPublic (Optional)
Type: SystemBoolean
True if bug is known publicly
See Also