org.specrunner
Interface ISpecRunnerFactoryPlugin

All Known Implementing Classes:
SpecRunnerFactoryPluginDefault, SpecRunnerFactoryPluginImpl

public interface ISpecRunnerFactoryPlugin

Creates an specification runner.

Author:
Thiago Santos

Method Summary
 ISpecRunnerPlugin newRunner()
          A new specification runner.
 

Method Detail

newRunner

ISpecRunnerPlugin newRunner()
                            throws SpecRunnerException
A new specification runner.

Returns:
A new runner.
Throws:
SpecRunnerException - On creation errors.


Copyright © 2014. All rights reserved.