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.ObjectBaseSpecRunner. 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 MethodInfoIMethodInvocation. getMethod()Returns the method invoked by this method invocation.MethodInfoMethodInvocation. getMethod()Methods in org.spockframework.runtime.extension with parameters of type MethodInfo Modifier and Type Method Description voidAbstractAnnotationDrivenExtension. visitFixtureAnnotation(T annotation, MethodInfo fixtureMethod)voidIAnnotationDrivenExtension. 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 voidAutoCleanupInterceptor. 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 MethodInfo Modifier and Type Method Description MethodInfoSpecInfo. getCleanupMethod()MethodInfoSpecInfo. getCleanupSpecMethod()MethodInfoFeatureInfo. getDataProcessorMethod()MethodInfoDataProviderInfo. getDataProviderMethod()MethodInfoFeatureInfo. getFeatureMethod()MethodInfoSpecInfo. getInitializerMethod()MethodInfoErrorInfo. getMethod()MethodInfoSpecInfo. getSetupMethod()MethodInfoSpecInfo. getSetupSpecMethod()MethodInfoSpecInfo. 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 voidSpecInfo. 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 Constructor Description ErrorInfo(MethodInfo method, java.lang.Throwable error)
-