C# Class ParallelTestRunner.Common.Impl.ExecutorLauncherImpl

Inheritance: IExecutorLauncher, IThreadStarter, IThreadEnder
Exibir arquivo Open project: sscobici/ParallelTestRunner Class Usage Examples

Public Methods

Method Description
ExecutorLauncherImpl ( ) : System
HasFreeThreads ( ) : bool
LaunchExecutor ( RunData runData ) : bool
OnEnded ( IExecutorThread thread ) : void
OnStarted ( IExecutorThread thread ) : void
WaitForAll ( ) : void
WaitForAnyThreadToComplete ( ) : void

Method Details

ExecutorLauncherImpl() public method

public ExecutorLauncherImpl ( ) : System
return System

HasFreeThreads() public method

public HasFreeThreads ( ) : bool
return bool

LaunchExecutor() public method

public LaunchExecutor ( RunData runData ) : bool
runData RunData
return bool

OnEnded() public method

public OnEnded ( IExecutorThread thread ) : void
thread IExecutorThread
return void

OnStarted() public method

public OnStarted ( IExecutorThread thread ) : void
thread IExecutorThread
return void

WaitForAll() public method

public WaitForAll ( ) : void
return void

WaitForAnyThreadToComplete() public method

public WaitForAnyThreadToComplete ( ) : void
return void