C# 클래스 NUnit.Framework.ExplicitAttribute

상속: TestModificationAttribute, IApplyToTest
파일 보기 프로젝트 열기: pjcollins/Andr.Unit

공개 메소드들

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

Modifies a test by marking it as explicit.

ExplicitAttribute ( ) : System

Default constructor

ExplicitAttribute ( string reason ) : System

Constructor with a reason

메소드 상세

ApplyToTest() 공개 메소드

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

ExplicitAttribute() 공개 메소드

Default constructor
public ExplicitAttribute ( ) : System
리턴 System

ExplicitAttribute() 공개 메소드

Constructor with a reason
public ExplicitAttribute ( string reason ) : System
reason string The reason test is marked explicit
리턴 System