org.specrunner
Interface ISpecRunnerFactory

All Known Implementing Classes:
SpecRunnerFactoryDefault, SpecRunnerFactoryImpl

public interface ISpecRunnerFactory

Creates an specification runner.

Author:
Thiago Santos

Method Summary
 ISpecRunner newRunner()
          A new specification runner.
 

Method Detail

newRunner

ISpecRunner newRunner()
                      throws SpecRunnerException
A new specification runner.

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


Copyright © 2014. All rights reserved.