C# 클래스 PclUnit.Style.Nunit.IgnoreAttribute

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

공개 메소드들

메소드 설명
IgnoreAttribute ( ) : System

Constructs the attribute without giving a reason for ignoring the test.

IgnoreAttribute ( string reason ) : System

Constructs the attribute giving a reason for ignoring the test

메소드 상세

IgnoreAttribute() 공개 메소드

Constructs the attribute without giving a reason for ignoring the test.
public IgnoreAttribute ( ) : System
리턴 System

IgnoreAttribute() 공개 메소드

Constructs the attribute giving a reason for ignoring the test
public IgnoreAttribute ( string reason ) : System
reason string The reason for ignoring the test
리턴 System