C# 클래스 NUnit.Framework.IgnoreAttribute

상속: TestModificationAttribute, IApplyToTest
파일 보기 프로젝트 열기: pjcollins/Andr.Unit 1 사용 예제들

공개 메소드들

메소드 설명
ApplyToTest ( Test test ) : void

Modifies a test by marking it as Ignored.

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

메소드 상세

ApplyToTest() 공개 메소드

Modifies a test by marking it as Ignored.
public ApplyToTest ( Test test ) : void
test Test The test to modify
리턴 void

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