C# Class Testeroids.IssueAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Testeroids/Testeroids

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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.

Method Details

IssueAttribute() public méthode

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.
Résultat System