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
bugIdentifierstringBug identifier (eg. issue number)
isPublicboolTrue if bug is known publicly