C# Class NUnit.Framework.RequiresThreadAttribute

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

Méthodes publiques

Méthode Description
IApplyToTest ( Test test ) : void
RequiresThreadAttribute ( ) : System

Construct a RequiresThreadAttribute

RequiresThreadAttribute ( ApartmentState apartment ) : System

Construct a RequiresThreadAttribute, specifying the apartment

Method Details

IApplyToTest() public méthode

public IApplyToTest ( Test test ) : void
test Test
Résultat void

RequiresThreadAttribute() public méthode

Construct a RequiresThreadAttribute
public RequiresThreadAttribute ( ) : System
Résultat System

RequiresThreadAttribute() public méthode

Construct a RequiresThreadAttribute, specifying the apartment
public RequiresThreadAttribute ( ApartmentState apartment ) : System
apartment ApartmentState
Résultat System