Uses of Class
org.spockframework.runtime.model.SpecInfo
Packages that use SpecInfo
Package
Description
-
Uses of SpecInfo in org.spockframework.guice
Methods in org.spockframework.guice with parameters of type SpecInfoModifier and TypeMethodDescriptionvoidvoidGuiceExtension.visitSpecAnnotation(UseModules useModules, SpecInfo spec) Constructors in org.spockframework.guice with parameters of type SpecInfoModifierConstructorDescriptionGuiceInterceptor(SpecInfo spec, Set<Class<? extends com.google.inject.Module>> moduleClasses) -
Uses of SpecInfo in org.spockframework.lang
Methods in org.spockframework.lang that return SpecInfo -
Uses of SpecInfo in org.spockframework.report.log
Methods in org.spockframework.report.log with parameters of type SpecInfo -
Uses of SpecInfo in org.spockframework.runtime
Fields in org.spockframework.runtime declared as SpecInfoMethods in org.spockframework.runtime that return SpecInfoMethods in org.spockframework.runtime with parameters of type SpecInfoModifier and TypeMethodDescriptionvoidvoidvoidCalled after a spec.voidvoidvoidvoidAbstractRunListener.beforeSpec(SpecInfo spec) voidAsyncRunListener.beforeSpec(SpecInfo spec) voidIRunListener.beforeSpec(SpecInfo spec) Called before a spec.voidIRunSupervisor.beforeSpec(SpecInfo spec) voidJUnitSupervisor.beforeSpec(SpecInfo spec) voidMasterRunListener.beforeSpec(SpecInfo spec) voidSpecRunHistory.collectSpecData(SpecInfo spec, long duration) RunContext.createExtensionRunner(SpecInfo spec) RunContext.createSpecRunner(SpecInfo spec, org.junit.runner.notification.RunNotifier notifier) voidBaseSpecRunner.doRunCleanup(SpecInfo spec) voidBaseSpecRunner.doRunCleanupSpec(SpecInfo spec) voidBaseSpecRunner.doRunInitializer(SpecInfo spec) voidBaseSpecRunner.doRunSetup(SpecInfo spec) voidBaseSpecRunner.doRunSetupSpec(SpecInfo spec) voidBaseSpecRunner.doRunSharedInitializer(SpecInfo spec) voidExtensionRunner.runAnnotationDrivenExtensions(SpecInfo spec) voidSpecificationContext.setCurrentSpec(SpecInfo currentSpec) voidSpecRunHistory.sortFeatures(SpecInfo spec) voidAbstractRunListener.specSkipped(SpecInfo spec) voidAsyncRunListener.specSkipped(SpecInfo spec) voidIRunListener.specSkipped(SpecInfo spec) Called if a spec is skipped, for example because it is marked with @Ignore.voidIRunSupervisor.specSkipped(SpecInfo spec) voidJUnitSupervisor.specSkipped(SpecInfo spec) voidMasterRunListener.specSkipped(SpecInfo spec) Constructors in org.spockframework.runtime with parameters of type SpecInfoModifierConstructorDescriptionBaseSpecRunner(SpecInfo spec, IRunSupervisor supervisor) ExtensionRunner(SpecInfo spec, IExtensionRegistry extensionRegistry, IConfigurationRegistry configurationRegistry) JUnitSupervisor(SpecInfo spec, org.junit.runner.notification.RunNotifier notifier, IStackTraceFilter filter, IObjectRenderer<Object> diffedObjectRenderer) MasterRunListener(SpecInfo spec) ParameterizedSpecRunner(SpecInfo spec, IRunSupervisor supervisor) -
Uses of SpecInfo in org.spockframework.runtime.extension
Methods in org.spockframework.runtime.extension that return SpecInfoModifier and TypeMethodDescriptionIMethodInvocation.getSpec()Returns the specification which this method invocation belongs to.MethodInvocation.getSpec()Methods in org.spockframework.runtime.extension with parameters of type SpecInfoModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidAbstractAnnotationDrivenExtension.visitSpecAnnotation(T annotation, SpecInfo spec) voidIAnnotationDrivenExtension.visitSpecAnnotation(T annotation, SpecInfo spec) -
Uses of SpecInfo in org.spockframework.runtime.extension.builtin
Methods in org.spockframework.runtime.extension.builtin with parameters of type SpecInfoModifier and TypeMethodDescriptionvoidvoidRevertMetaClassRunListener.beforeSpec(SpecInfo spec) voidvoidvoidvoidvoidvoidvoidConfineMetaClassChangesExtension.visitSpecAnnotation(ConfineMetaClassChanges annotation, SpecInfo spec) voidFailsWithExtension.visitSpecAnnotation(FailsWith failsWith, SpecInfo spec) voidIgnoreExtension.visitSpecAnnotation(Ignore ignore, SpecInfo spec) voidIgnoreIfExtension.visitSpecAnnotation(IgnoreIf annotation, SpecInfo spec) voidIssueExtension.visitSpecAnnotation(Issue issue, SpecInfo spec) voidNarrativeExtension.visitSpecAnnotation(Narrative narrative, SpecInfo spec) voidRequiresExtension.visitSpecAnnotation(Requires annotation, SpecInfo spec) voidRestoreSystemPropertiesExtension.visitSpecAnnotation(RestoreSystemProperties annotation, SpecInfo spec) voidSeeExtension.visitSpecAnnotation(See see, SpecInfo spec) voidStepwiseExtension.visitSpecAnnotation(Annotation annotation, SpecInfo spec) voidTimeoutExtension.visitSpecAnnotation(Timeout timeout, SpecInfo spec) voidTitleExtension.visitSpecAnnotation(Title title, SpecInfo spec) voidUnrollExtension.visitSpecAnnotation(Unroll unroll, SpecInfo spec) voidUseExtension.visitSpecAnnotation(Use annotation, SpecInfo spec) -
Uses of SpecInfo in org.spockframework.runtime.model
Methods in org.spockframework.runtime.model that return SpecInfoModifier and TypeMethodDescriptionSpecInfo.getBottomSpec()FeatureInfo.getSpec()SpecInfo.getSubSpec()SpecInfo.getSuperSpec()SpecInfo.getTopSpec()Methods in org.spockframework.runtime.model that return types with arguments of type SpecInfoMethods in org.spockframework.runtime.model with parameters of type SpecInfoModifier and TypeMethodDescriptionvoidSpecInfo.setSubSpec(SpecInfo subSpec) voidSpecInfo.setSuperSpec(SpecInfo superSpec)