C# Class NUnit.Framework.RequiresThreadAttribute

Inheritance: PropertyAttribute, IApplyToTest
Show file Open project: nunit/nunit

Public Methods

Method Description
IApplyToTest ( Test test ) : void
RequiresThreadAttribute ( ) : System

Construct a RequiresThreadAttribute

RequiresThreadAttribute ( ApartmentState apartment ) : System

Construct a RequiresThreadAttribute, specifying the apartment

Method Details

IApplyToTest() public method

public IApplyToTest ( Test test ) : void
test Test
return void

RequiresThreadAttribute() public method

Construct a RequiresThreadAttribute
public RequiresThreadAttribute ( ) : System
return System

RequiresThreadAttribute() public method

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