Modifier and Type | Method and Description |
---|---|
IterationInfo |
ISpecificationContext.getIterationInfo() |
Modifier and Type | Field and Description |
---|---|
protected IterationInfo |
BaseSpecRunner.currentIteration |
Modifier and Type | Method and Description |
---|---|
IterationInfo |
SpecificationContext.getIterationInfo() |
Modifier and Type | Method and Description |
---|---|
void |
MasterRunListener.afterIteration(IterationInfo iteration) |
void |
JUnitSupervisor.afterIteration(IterationInfo iteration) |
void |
IRunSupervisor.afterIteration(IterationInfo iteration) |
void |
IRunListener.afterIteration(IterationInfo iteration)
Called after each iteration of a data-driven feature.
|
void |
AbstractRunListener.afterIteration(IterationInfo iteration) |
void |
MasterRunListener.beforeIteration(IterationInfo iteration) |
void |
JUnitSupervisor.beforeIteration(IterationInfo iteration) |
void |
IRunSupervisor.beforeIteration(IterationInfo iteration) |
void |
IRunListener.beforeIteration(IterationInfo iteration)
Called before each iteration of a data-driven feature.
|
void |
AbstractRunListener.beforeIteration(IterationInfo iteration) |
java.lang.String |
SafeIterationNameProvider.getName(IterationInfo iteration) |
void |
SpecificationContext.setIterationInfo(IterationInfo iterationInfo) |
Constructor and Description |
---|
SafeIterationNameProvider(NameProvider<IterationInfo> delegate) |
Modifier and Type | Method and Description |
---|---|
IterationInfo |
MethodInvocation.getIteration() |
IterationInfo |
IMethodInvocation.getIteration()
Return the iteration which this method invocation belongs to (if any).
|
Constructor and Description |
---|
MethodInvocation(FeatureInfo feature,
IterationInfo iteration,
java.lang.Object sharedInstance,
java.lang.Object instance,
java.lang.Object target,
MethodInfo method,
java.lang.Object[] arguments) |
Modifier and Type | Method and Description |
---|---|
void |
RevertMetaClassRunListener.afterIteration(IterationInfo iteration) |
void |
RevertMetaClassRunListener.beforeIteration(IterationInfo iteration) |
java.lang.String |
UnrollNameProvider.getName(IterationInfo iterationInfo) |
Modifier and Type | Method and Description |
---|---|
NameProvider<IterationInfo> |
FeatureInfo.getIterationNameProvider() |
Modifier and Type | Method and Description |
---|---|
void |
FeatureInfo.setIterationNameProvider(NameProvider<IterationInfo> provider) |
Copyright © 2013. All rights reserved