Uses of Interface
org.specrunner.ISpecRunner

Packages that use ISpecRunner
org.specrunner   
org.specrunner.core   
 

Uses of ISpecRunner in org.specrunner
 

Methods in org.specrunner that return ISpecRunner
static ISpecRunner SRServices.getSpecRunner()
          Shortcut method to the topmost interface.
 ISpecRunner ISpecRunnerFactory.newRunner()
          A new specification runner.
 

Uses of ISpecRunner in org.specrunner.core
 

Classes in org.specrunner.core that implement ISpecRunner
 class SpecRunnerPipeline
          Default implementation.
 

Fields in org.specrunner.core declared as ISpecRunner
protected  ISpecRunner SpecRunnerFactoryImpl.runner
          The reusable runner.
 

Methods in org.specrunner.core that return ISpecRunner
 ISpecRunner SpecRunnerFactoryImpl.getRunner()
          Gets the runner.
 ISpecRunner SpecRunnerFactoryImpl.newRunner()
           
 

Methods in org.specrunner.core with parameters of type ISpecRunner
 void SpecRunnerFactoryImpl.setRunner(ISpecRunner runner)
          Sets the runner.
 

Constructors in org.specrunner.core with parameters of type ISpecRunner
SpecRunnerFactoryImpl(ISpecRunner runner)
          Creates a factory with a reusable runner.
 



Copyright © 2014. All rights reserved.