org.specrunner.runner
Interface IRunnerFactory

All Known Implementing Classes:
RunnerFactoryDefault, RunnerFactoryImpl

public interface IRunnerFactory

Creates a runner.

Author:
Thiago Santos

Method Summary
 IRunner newRunner(ISource source)
          Create a new runner.
 

Method Detail

newRunner

IRunner newRunner(ISource source)
                  throws RunnerException
Create a new runner.

Parameters:
source - The source.
Returns:
The runner.
Throws:
RunnerException - On creation error.


Copyright © 2014. All rights reserved.