C# Class NUnit.Framework.ApartmentAttribute

Inheritance: PropertyAttribute
Afficher le fichier Open project: nunit/nunit

Méthodes publiques

Méthode Description
ApartmentAttribute ( ApartmentState apartmentState ) : System

Construct an ApartmentAttribute

Method Details

ApartmentAttribute() public méthode

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.
Résultat System