RelatedBugAttribute Constructor |
Indicates that test was created due to bug fix.
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax 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