C# Class Testeroids.TplContextAspect

Mostra file Open project: Testeroids/Testeroids

Public Methods

Method 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

Method Description
SetupTestTaskScheduler ( IContextSpecification contextSpecification ) : void

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

Method Details

Register() public method

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. ///
return void

TplContextAspect() public method

Initializes a new instance of the TplContextAspect class.
public TplContextAspect ( ) : System
return System