C# Класс Testeroids.TplContextAspect

Наследование: TestFixtureSetupAttributeBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
SetupTestTaskScheduler ( IContextSpecification contextSpecification ) : void

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

Описание методов

Register() публичный Метод

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. ///
Результат void

TplContextAspect() публичный Метод

Initializes a new instance of the TplContextAspect class.
public TplContextAspect ( ) : System
Результат System