Table of Contents

Class RelatedBugAttribute

Namespace
CMS.Tests
Assembly
CMS.Tests.dll

Indicates that test was created due to bug fix.

[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class RelatedBugAttribute : Attribute
Inheritance
object
Attribute
RelatedBugAttribute
Extension Methods

Constructors

RelatedBugAttribute(string, bool)

Indicates that test was created due to bug fix.

public RelatedBugAttribute(string bugIdentifier, bool isPublic = true)

Parameters

bugIdentifier string

Bug identifier (eg. issue number)

isPublic bool

True if bug is known publicly