Uses of Class
org.spockframework.runtime.model.MethodInfo
-
Packages that use MethodInfo Package Description org.spockframework.runtime org.spockframework.runtime.extension org.spockframework.runtime.extension.builtin org.spockframework.runtime.model -
-
Uses of MethodInfo in org.spockframework.runtime
Methods in org.spockframework.runtime with parameters of type MethodInfo Modifier and Type Method Description protected java.lang.Object
BaseSpecRunner. invokeRaw(java.lang.Object target, MethodInfo method, java.lang.Object... arguments)
-
Uses of MethodInfo in org.spockframework.runtime.extension
Methods in org.spockframework.runtime.extension that return MethodInfo Modifier and Type Method Description MethodInfo
IMethodInvocation. getMethod()
Returns the method invoked by this method invocation.MethodInfo
MethodInvocation. getMethod()
Methods in org.spockframework.runtime.extension with parameters of type MethodInfo Modifier and Type Method Description void
AbstractAnnotationDrivenExtension. visitFixtureAnnotation(T annotation, MethodInfo fixtureMethod)
void
IAnnotationDrivenExtension. visitFixtureAnnotation(T annotation, MethodInfo fixtureMethod)
Constructors in org.spockframework.runtime.extension with parameters of type MethodInfo 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)
-
Uses of MethodInfo in org.spockframework.runtime.extension.builtin
Methods in org.spockframework.runtime.extension.builtin with parameters of type MethodInfo 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)
-
Uses of MethodInfo in org.spockframework.runtime.model
Methods in org.spockframework.runtime.model that return MethodInfo 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()
Methods in org.spockframework.runtime.model that return types with arguments of type MethodInfo Modifier and Type Method Description java.util.List<MethodInfo>
SpecInfo. getAllFixtureMethods()
java.util.List<MethodInfo>
SpecInfo. getFixtureMethods()
Methods in org.spockframework.runtime.model with parameters of type MethodInfo 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)
Constructors in org.spockframework.runtime.model with parameters of type MethodInfo Constructor Description ErrorInfo(MethodInfo method, java.lang.Throwable error)
-