Uses of Class
org.spockframework.runtime.model.MethodInfo
Packages that use MethodInfo
Package
Description
-
Uses of MethodInfo in org.spockframework.runtime
Methods in org.spockframework.runtime with parameters of type MethodInfoModifier and TypeMethodDescriptionprotected ObjectBaseSpecRunner.invokeRaw(Object target, MethodInfo method, Object... arguments) -
Uses of MethodInfo in org.spockframework.runtime.extension
Methods in org.spockframework.runtime.extension that return MethodInfoModifier and TypeMethodDescriptionIMethodInvocation.getMethod()Returns the method invoked by this method invocation.MethodInvocation.getMethod()Methods in org.spockframework.runtime.extension with parameters of type MethodInfoModifier and TypeMethodDescriptionvoidAbstractAnnotationDrivenExtension.visitFixtureAnnotation(T annotation, MethodInfo fixtureMethod) voidIAnnotationDrivenExtension.visitFixtureAnnotation(T annotation, MethodInfo fixtureMethod) Constructors in org.spockframework.runtime.extension with parameters of type MethodInfoModifierConstructorDescriptionMethodInvocation(FeatureInfo feature, IterationInfo iteration, Object sharedInstance, Object instance, Object target, MethodInfo method, Object[] arguments) -
Uses of MethodInfo in org.spockframework.runtime.extension.builtin
Methods in org.spockframework.runtime.extension.builtin with parameters of type MethodInfoModifier and TypeMethodDescriptionvoidAutoCleanupInterceptor.install(MethodInfo method) voidFailsWithExtension.visitFixtureAnnotation(FailsWith failsWith, MethodInfo fixtureMethod) voidTimeoutExtension.visitFixtureAnnotation(Timeout timeout, MethodInfo fixtureMethod) voidUseExtension.visitFixtureAnnotation(Use annotation, MethodInfo fixtureMethod) -
Uses of MethodInfo in org.spockframework.runtime.model
Methods in org.spockframework.runtime.model that return MethodInfoModifier and TypeMethodDescriptionSpecInfo.getCleanupMethod()SpecInfo.getCleanupSpecMethod()FeatureInfo.getDataProcessorMethod()DataProviderInfo.getDataProviderMethod()FeatureInfo.getFeatureMethod()SpecInfo.getInitializerMethod()ErrorInfo.getMethod()SpecInfo.getSetupMethod()SpecInfo.getSetupSpecMethod()SpecInfo.getSharedInitializerMethod()Methods in org.spockframework.runtime.model that return types with arguments of type MethodInfoMethods in org.spockframework.runtime.model with parameters of type MethodInfoModifier and TypeMethodDescriptionvoidSpecInfo.setCleanupMethod(MethodInfo cleanupMethod) voidSpecInfo.setCleanupSpecMethod(MethodInfo cleanupSpecMethod) voidFeatureInfo.setDataProcessorMethod(MethodInfo method) voidDataProviderInfo.setDataProviderMethod(MethodInfo dataProviderMethod) voidFeatureInfo.setFeatureMethod(MethodInfo method) voidSpecInfo.setInitializerMethod(MethodInfo initializerMethod) voidSpecInfo.setSetupMethod(MethodInfo setupMethod) voidSpecInfo.setSetupSpecMethod(MethodInfo setupSpecMethod) voidSpecInfo.setSharedInitializerMethod(MethodInfo sharedInitializerMethod) Constructors in org.spockframework.runtime.model with parameters of type MethodInfo