C# 클래스 Testeroids.TplContextAspect

파일 보기 프로젝트 열기: Testeroids/Testeroids

공개 메소드들

메소드 설명
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