Поделиться через


GitHubWorkItemAttribute Class

Definition

GitHubWorkItem attribute; used to specify a GitHub issue associated with this test.

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)]
public sealed class GitHubWorkItemAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.WorkItemAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)>]
type GitHubWorkItemAttribute = class
    inherit WorkItemAttribute
Public NotInheritable Class GitHubWorkItemAttribute
Inherits WorkItemAttribute
Inheritance
GitHubWorkItemAttribute
Attributes

Constructors

GitHubWorkItemAttribute(String)

Initializes a new instance of the GitHubWorkItemAttribute class for the GitHub WorkItem Attribute.

Properties

Id

Gets the Id to a work item associated.

(Inherited from WorkItemAttribute)
Url

Gets the URL to the GitHub issue associated.

Applies to