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 TypeMethodDescriptionvoidAbstractRunListener.afterIteration(IterationInfo iteration) voidAsyncRunListener.afterIteration(IterationInfo iteration) voidIRunListener.afterIteration(IterationInfo iteration) Called after each iteration of a data-driven feature.voidIRunSupervisor.afterIteration(IterationInfo iteration) voidJUnitSupervisor.afterIteration(IterationInfo iteration) voidMasterRunListener.afterIteration(IterationInfo iteration) voidAbstractRunListener.beforeIteration(IterationInfo iteration) voidAsyncRunListener.beforeIteration(IterationInfo iteration) voidIRunListener.beforeIteration(IterationInfo iteration) Called before each iteration of a data-driven feature.voidIRunSupervisor.beforeIteration(IterationInfo iteration) voidJUnitSupervisor.beforeIteration(IterationInfo iteration) voidMasterRunListener.beforeIteration(IterationInfo iteration) SafeIterationNameProvider.getName(IterationInfo iteration) voidSpecificationContext.setCurrentIteration(IterationInfo currentIteration) 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 TypeMethodDescriptionvoidRevertMetaClassRunListener.afterIteration(IterationInfo iteration) voidRevertMetaClassRunListener.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 TypeMethodDescriptionvoidFeatureInfo.setIterationNameProvider(NameProvider<IterationInfo> provider)