Package | Description |
---|---|
org.spockframework.runtime | |
org.spockframework.runtime.extension | |
org.spockframework.runtime.extension.builtin | |
org.spockframework.runtime.model |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
BaseSpecRunner.invokeRaw(java.lang.Object target,
MethodInfo method,
java.lang.Object... arguments) |
Modifier and Type | Method and Description |
---|---|
MethodInfo |
MethodInvocation.getMethod() |
MethodInfo |
IMethodInvocation.getMethod()
Returns the method invoked by this method invocation.
|
Modifier and Type | Method and Description |
---|---|
void |
IAnnotationDrivenExtension.visitFixtureAnnotation(T annotation,
MethodInfo fixtureMethod) |
void |
AbstractAnnotationDrivenExtension.visitFixtureAnnotation(T annotation,
MethodInfo fixtureMethod) |
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 |
AutoCleanupInterceptor.install(MethodInfo method) |
void |
FailsWithExtension.visitFixtureAnnotation(FailsWith failsWith,
MethodInfo fixtureMethod) |
void |
TimeoutExtension.visitFixtureAnnotation(Timeout timeout,
MethodInfo fixtureMethod) |
void |
UseExtension.visitFixtureAnnotation(Use annotation,
MethodInfo fixtureMethod) |
Modifier and Type | Method and Description |
---|---|
MethodInfo |
SpecInfo.getCleanupMethod() |
MethodInfo |
SpecInfo.getCleanupSpecMethod() |
MethodInfo |
FeatureInfo.getDataProcessorMethod() |
MethodInfo |
DataProviderInfo.getDataProviderMethod() |
MethodInfo |
FeatureInfo.getFeatureMethod() |
MethodInfo |
SpecInfo.getInitializerMethod() |
MethodInfo |
ErrorInfo.getMethod() |
MethodInfo |
SpecInfo.getSetupMethod() |
MethodInfo |
SpecInfo.getSetupSpecMethod() |
MethodInfo |
SpecInfo.getSharedInitializerMethod() |
Modifier and Type | Method and Description |
---|---|
java.util.List<MethodInfo> |
SpecInfo.getAllFixtureMethods() |
java.util.List<MethodInfo> |
SpecInfo.getFixtureMethods() |
Modifier and Type | Method and Description |
---|---|
void |
SpecInfo.setCleanupMethod(MethodInfo cleanupMethod) |
void |
SpecInfo.setCleanupSpecMethod(MethodInfo cleanupSpecMethod) |
void |
FeatureInfo.setDataProcessorMethod(MethodInfo method) |
void |
DataProviderInfo.setDataProviderMethod(MethodInfo dataProviderMethod) |
void |
FeatureInfo.setFeatureMethod(MethodInfo method) |
void |
SpecInfo.setInitializerMethod(MethodInfo initializerMethod) |
void |
SpecInfo.setSetupMethod(MethodInfo setupMethod) |
void |
SpecInfo.setSetupSpecMethod(MethodInfo setupSpecMethod) |
void |
SpecInfo.setSharedInitializerMethod(MethodInfo sharedInitializerMethod) |
Constructor and Description |
---|
ErrorInfo(MethodInfo method,
java.lang.Throwable error) |
Copyright © 2019. All rights reserved