Package | Description |
---|---|
org.spockframework.runtime | |
org.spockframework.runtime.extension | |
org.spockframework.runtime.extension.builtin | |
org.spockframework.runtime.model |
Modifier and Type | Method | Description |
---|---|---|
protected java.lang.Object |
BaseSpecRunner.invokeRaw(java.lang.Object target,
MethodInfo method,
java.lang.Object... arguments) |
Modifier and Type | Method | Description |
---|---|---|
MethodInfo |
IMethodInvocation.getMethod() |
Returns the method invoked by this method invocation.
|
MethodInfo |
MethodInvocation.getMethod() |
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractAnnotationDrivenExtension.visitFixtureAnnotation(T annotation,
MethodInfo fixtureMethod) |
|
void |
IAnnotationDrivenExtension.visitFixtureAnnotation(T annotation,
MethodInfo fixtureMethod) |
Constructor | 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 | 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 | 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 | Description |
---|---|---|
java.util.List<MethodInfo> |
SpecInfo.getAllFixtureMethods() |
|
java.util.List<MethodInfo> |
SpecInfo.getFixtureMethods() |
Modifier and Type | Method | 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 | Description |
---|---|
ErrorInfo(MethodInfo method,
java.lang.Throwable error) |
Copyright © 2018. All rights reserved