Uses of Class
org.spockframework.runtime.model.IterationInfo
Packages that use IterationInfo
Package
Description
-
Uses of IterationInfo in org.spockframework.lang
Methods in org.spockframework.lang that return IterationInfo -
Uses of IterationInfo in org.spockframework.runtime
Fields in org.spockframework.runtime declared as IterationInfoMethods in org.spockframework.runtime that return IterationInfoMethods in org.spockframework.runtime with parameters of type IterationInfoModifier and TypeMethodDescriptionvoid
AbstractRunListener.afterIteration
(IterationInfo iteration) void
IRunListener.afterIteration
(IterationInfo iteration) Called after each iteration of a data-driven feature.void
IRunSupervisor.afterIteration
(IterationInfo iteration) void
JUnitSupervisor.afterIteration
(IterationInfo iteration) void
MasterRunListener.afterIteration
(IterationInfo iteration) void
AbstractRunListener.beforeIteration
(IterationInfo iteration) void
IRunListener.beforeIteration
(IterationInfo iteration) Called before each iteration of a data-driven feature.void
IRunSupervisor.beforeIteration
(IterationInfo iteration) void
JUnitSupervisor.beforeIteration
(IterationInfo iteration) void
MasterRunListener.beforeIteration
(IterationInfo iteration) SafeIterationNameProvider.getName
(IterationInfo iteration) void
SpecificationContext.setIterationInfo
(IterationInfo iterationInfo) Constructor parameters in org.spockframework.runtime with type arguments of type IterationInfo -
Uses of IterationInfo in org.spockframework.runtime.extension
Methods in org.spockframework.runtime.extension that return IterationInfoModifier and TypeMethodDescriptionIMethodInvocation.getIteration()
Return the iteration which this method invocation belongs to (if any).MethodInvocation.getIteration()
Constructors in org.spockframework.runtime.extension with parameters of type IterationInfoModifierConstructorDescriptionMethodInvocation
(FeatureInfo feature, IterationInfo iteration, Object sharedInstance, Object instance, Object target, MethodInfo method, Object[] arguments) -
Uses of IterationInfo in org.spockframework.runtime.extension.builtin
Methods in org.spockframework.runtime.extension.builtin with parameters of type IterationInfoModifier and TypeMethodDescriptionvoid
RevertMetaClassRunListener.afterIteration
(IterationInfo iteration) void
RevertMetaClassRunListener.beforeIteration
(IterationInfo iteration) UnrollNameProvider.getName
(IterationInfo iterationInfo) -
Uses of IterationInfo in org.spockframework.runtime.model
Methods in org.spockframework.runtime.model that return types with arguments of type IterationInfoMethod parameters in org.spockframework.runtime.model with type arguments of type IterationInfoModifier and TypeMethodDescriptionvoid
FeatureInfo.setIterationNameProvider
(NameProvider<IterationInfo> provider)