Property | Type | Description |
---|
Method | Description | |
---|---|---|
IssueAttribute ( string issueNumber ) : System |
Initializes a new instance of the IssueAttribute class. Creates an IssueAttribute that annotates a test method with a given issue number.
|
public IssueAttribute ( string issueNumber ) : System | ||
issueNumber | string | The bug-tracking issue number. |
return | System |