Uses of Class
org.spockframework.runtime.model.MethodInfo

Packages that use MethodInfo
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
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
 MethodInfo MethodInvocation.getMethod()
           
 MethodInfo IMethodInvocation.getMethod()
          Returns the method invoked by this method invocation.
 

Methods in org.spockframework.runtime.extension with parameters of type MethodInfo
 void IAnnotationDrivenExtension.visitFixtureAnnotation(T annotation, MethodInfo fixtureMethod)
           
 void AbstractAnnotationDrivenExtension.visitFixtureAnnotation(T annotation, MethodInfo fixtureMethod)
           
 

Constructors in org.spockframework.runtime.extension with parameters of type MethodInfo
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
 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
 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
 java.util.List<MethodInfo> SpecInfo.getAllFixtureMethods()
           
 java.util.List<MethodInfo> SpecInfo.getFixtureMethods()
           
 

Methods in org.spockframework.runtime.model with parameters of type MethodInfo
 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
ErrorInfo(MethodInfo method, java.lang.Throwable error)
           
 



Copyright © 2013. All rights reserved