org.spockframework.runtime
Class ParameterizedSpecRunner

java.lang.Object
  extended by org.spockframework.runtime.BaseSpecRunner
      extended by org.spockframework.runtime.ParameterizedSpecRunner

public class ParameterizedSpecRunner
extends BaseSpecRunner

Adds the ability to run parameterized features.

Author:
Peter Niederwieser

Field Summary
 
Fields inherited from class org.spockframework.runtime.BaseSpecRunner
currentFeature, currentInstance, currentIteration, EMPTY_ARGS, runStatus, sharedInstance, spec, supervisor
 
Constructor Summary
ParameterizedSpecRunner(SpecInfo spec, IRunSupervisor supervisor)
           
 
Method Summary
protected  void runParameterizedFeature()
           
 
Methods inherited from class org.spockframework.runtime.BaseSpecRunner
doRunFeature, doRunIteration, doRunSpec, initializeAndRunIteration, invokeRaw, resetStatus, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterizedSpecRunner

public ParameterizedSpecRunner(SpecInfo spec,
                               IRunSupervisor supervisor)
Method Detail

runParameterizedFeature

protected void runParameterizedFeature()
Overrides:
runParameterizedFeature in class BaseSpecRunner


Copyright © 2013. All rights reserved