C# 클래스 NUnit.Framework.RequiresThreadAttribute

상속: PropertyAttribute, IApplyToTest
파일 보기 프로젝트 열기: nunit/nunit

공개 메소드들

메소드 설명
IApplyToTest ( Test test ) : void
RequiresThreadAttribute ( ) : System

Construct a RequiresThreadAttribute

RequiresThreadAttribute ( ApartmentState apartment ) : System

Construct a RequiresThreadAttribute, specifying the apartment

메소드 상세

IApplyToTest() 공개 메소드

public IApplyToTest ( Test test ) : void
test Test
리턴 void

RequiresThreadAttribute() 공개 메소드

Construct a RequiresThreadAttribute
public RequiresThreadAttribute ( ) : System
리턴 System

RequiresThreadAttribute() 공개 메소드

Construct a RequiresThreadAttribute, specifying the apartment
public RequiresThreadAttribute ( ApartmentState apartment ) : System
apartment ApartmentState
리턴 System