Package org.spockframework.runtime
Class ParameterizedSpecRunner
java.lang.Object
org.spockframework.runtime.BaseSpecRunner
org.spockframework.runtime.ParameterizedSpecRunner
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
Constructors -
Method Summary
Methods inherited from class org.spockframework.runtime.BaseSpecRunner
doRunCleanup, doRunCleanupSpec, doRunFeature, doRunInitializer, doRunIteration, doRunSetup, doRunSetupSpec, doRunSharedInitializer, doRunSpec, getSpecificationContext, initializeAndRunIteration, invokeRaw, resetStatus, run
-
Constructor Details
-
ParameterizedSpecRunner
-
-
Method Details
-
runParameterizedFeature
protected void runParameterizedFeature()- Overrides:
runParameterizedFeaturein classBaseSpecRunner
-