C# Class Testeroids.TplContextAspect

Afficher le fichier Open project: Testeroids/Testeroids

Méthodes publiques

Méthode Description
Register ( IContextSpecification contextSpecification ) : void

Called by the framework to register the attribute with the context for setup/teardown notifications.

TplContextAspect ( ) : System

Initializes a new instance of the TplContextAspect class.

Private Methods

Méthode Description
SetupTestTaskScheduler ( IContextSpecification contextSpecification ) : void

Replaces the ContextSpecificationBase.PreTestFixtureSetUp method to set the TplTestPlatformHelper.TestTaskScheduler as the default scheduler.

Method Details

Register() public méthode

Called by the framework to register the attribute with the context for setup/teardown notifications.
public Register ( IContextSpecification contextSpecification ) : void
contextSpecification IContextSpecification /// The target context specification instance. ///
Résultat void

TplContextAspect() public méthode

Initializes a new instance of the TplContextAspect class.
public TplContextAspect ( ) : System
Résultat System