C# 클래스 Testeroids.IssueAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Testeroids/Testeroids

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

IssueAttribute() 공개 메소드

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.
리턴 System