Class RelatedBugAttribute
Indicates that test was created due to bug fix.
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class RelatedBugAttribute : Attribute
- Inheritance
-
objectAttributeRelatedBugAttribute
- Extension Methods
Constructors
RelatedBugAttribute(string, bool)
Indicates that test was created due to bug fix.
public RelatedBugAttribute(string bugIdentifier, bool isPublic = true)
Parameters
bugIdentifier
stringBug identifier (eg. issue number)
isPublic
boolTrue if bug is known publicly