C# 클래스 ParallelTestRunner.Common.Impl.ExecutorLauncherImpl

상속: IExecutorLauncher, IThreadStarter, IThreadEnder
파일 보기 프로젝트 열기: sscobici/ParallelTestRunner 1 사용 예제들

공개 메소드들

메소드 설명
ExecutorLauncherImpl ( ) : System
HasFreeThreads ( ) : bool
LaunchExecutor ( RunData runData ) : bool
OnEnded ( IExecutorThread thread ) : void
OnStarted ( IExecutorThread thread ) : void
WaitForAll ( ) : void
WaitForAnyThreadToComplete ( ) : void

메소드 상세

ExecutorLauncherImpl() 공개 메소드

public ExecutorLauncherImpl ( ) : System
리턴 System

HasFreeThreads() 공개 메소드

public HasFreeThreads ( ) : bool
리턴 bool

LaunchExecutor() 공개 메소드

public LaunchExecutor ( RunData runData ) : bool
runData RunData
리턴 bool

OnEnded() 공개 메소드

public OnEnded ( IExecutorThread thread ) : void
thread IExecutorThread
리턴 void

OnStarted() 공개 메소드

public OnStarted ( IExecutorThread thread ) : void
thread IExecutorThread
리턴 void

WaitForAll() 공개 메소드

public WaitForAll ( ) : void
리턴 void

WaitForAnyThreadToComplete() 공개 메소드

public WaitForAnyThreadToComplete ( ) : void
리턴 void