C# Class NUnit.Framework.ApartmentAttribute

Inheritance: PropertyAttribute
显示文件 Open project: nunit/nunit

Public Methods

Method Description
ApartmentAttribute ( ApartmentState apartmentState ) : System

Construct an ApartmentAttribute

Method Details

ApartmentAttribute() public method

Construct an ApartmentAttribute
public ApartmentAttribute ( ApartmentState apartmentState ) : System
apartmentState ApartmentState The apartment state that this test must be run under. You must pass in a valid apartment state.
return System