Uses of Class
org.spockframework.runtime.model.SpecInfo
-
Packages that use SpecInfo Package Description org.spockframework.guice org.spockframework.runtime org.spockframework.runtime.extension org.spockframework.runtime.extension.builtin org.spockframework.runtime.model -
-
Uses of SpecInfo in org.spockframework.guice
Methods in org.spockframework.guice with parameters of type SpecInfo Modifier and Type Method Description void
GuiceExtension. visitSpec(SpecInfo spec)
void
GuiceExtension. visitSpecAnnotation(UseModules useModules, SpecInfo spec)
Constructors in org.spockframework.guice with parameters of type SpecInfo Constructor Description GuiceInterceptor(SpecInfo spec, java.util.Set<java.lang.Class<? extends com.google.inject.Module>> moduleClasses)
-
Uses of SpecInfo in org.spockframework.runtime
Fields in org.spockframework.runtime declared as SpecInfo Modifier and Type Field Description protected SpecInfo
BaseSpecRunner. spec
Methods in org.spockframework.runtime that return SpecInfo Modifier and Type Method Description SpecInfo
SpecInfoBuilder. build()
Methods in org.spockframework.runtime with parameters of type SpecInfo Modifier and Type Method Description void
AbstractRunListener. afterSpec(SpecInfo spec)
void
IRunListener. afterSpec(SpecInfo spec)
Called after a spec.void
IRunSupervisor. afterSpec(SpecInfo spec)
void
JUnitSupervisor. afterSpec(SpecInfo spec)
void
MasterRunListener. afterSpec(SpecInfo spec)
void
AbstractRunListener. beforeSpec(SpecInfo spec)
void
IRunListener. beforeSpec(SpecInfo spec)
Called before a spec.void
IRunSupervisor. beforeSpec(SpecInfo spec)
void
JUnitSupervisor. beforeSpec(SpecInfo spec)
void
MasterRunListener. beforeSpec(SpecInfo spec)
void
SpecRunHistory. collectSpecData(SpecInfo spec, long duration)
ExtensionRunner
RunContext. createExtensionRunner(SpecInfo spec)
ParameterizedSpecRunner
RunContext. createSpecRunner(SpecInfo spec, org.junit.runner.notification.RunNotifier notifier)
void
ExtensionRunner. runAnnotationDrivenExtensions(SpecInfo spec)
void
SpecRunHistory. sortFeatures(SpecInfo spec)
void
AbstractRunListener. specSkipped(SpecInfo spec)
void
IRunListener. specSkipped(SpecInfo spec)
Called if a spec is skipped, for example because it is marked with @Ignore.void
IRunSupervisor. specSkipped(SpecInfo spec)
void
JUnitSupervisor. specSkipped(SpecInfo spec)
void
MasterRunListener. specSkipped(SpecInfo spec)
Constructors in org.spockframework.runtime with parameters of type SpecInfo Constructor Description BaseSpecRunner(SpecInfo spec, IRunSupervisor supervisor)
ExtensionRunner(SpecInfo spec, java.util.List<IGlobalExtension> globalExtensions)
JUnitDescriptionGenerator(SpecInfo spec)
JUnitSupervisor(SpecInfo spec, org.junit.runner.notification.RunNotifier notifier, IStackTraceFilter filter, IObjectRenderer<java.lang.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 SpecInfo Modifier and Type Method Description SpecInfo
IMethodInvocation. getSpec()
Returns the specification which this method invocation belongs to.SpecInfo
MethodInvocation. getSpec()
Methods in org.spockframework.runtime.extension with parameters of type SpecInfo Modifier and Type Method Description void
AbstractAnnotationDrivenExtension. visitSpec(SpecInfo spec)
void
IAnnotationDrivenExtension. visitSpec(SpecInfo spec)
void
IGlobalExtension. visitSpec(SpecInfo spec)
void
AbstractAnnotationDrivenExtension. visitSpecAnnotation(T annotation, SpecInfo spec)
void
IAnnotationDrivenExtension. 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 SpecInfo Modifier and Type Method Description void
RevertMetaClassRunListener. afterSpec(SpecInfo spec)
void
RevertMetaClassRunListener. beforeSpec(SpecInfo spec)
void
AutoCleanupExtension. visitSpec(SpecInfo spec)
void
ClassRuleExtension. visitSpec(SpecInfo spec)
void
IgnoreRestExtension. visitSpec(SpecInfo spec)
void
IncludeExcludeExtension. visitSpec(SpecInfo spec)
void
JUnitFixtureMethodsExtension. visitSpec(SpecInfo spec)
void
OptimizeRunOrderExtension. visitSpec(SpecInfo spec)
void
RuleExtension. visitSpec(SpecInfo spec)
void
ConfineMetaClassChangesExtension. visitSpecAnnotation(ConfineMetaClassChanges annotation, SpecInfo spec)
void
FailsWithExtension. visitSpecAnnotation(FailsWith failsWith, SpecInfo spec)
void
IgnoreExtension. visitSpecAnnotation(Ignore ignore, SpecInfo spec)
void
IgnoreIfExtension. visitSpecAnnotation(IgnoreIf annotation, SpecInfo spec)
void
StepwiseExtension. visitSpecAnnotation(java.lang.annotation.Annotation annotation, SpecInfo spec)
void
TimeoutExtension. visitSpecAnnotation(Timeout timeout, SpecInfo spec)
void
UnrollExtension. visitSpecAnnotation(Unroll unroll, SpecInfo spec)
void
UseExtension. visitSpecAnnotation(Use annotation, SpecInfo spec)
-
Uses of SpecInfo in org.spockframework.runtime.model
Methods in org.spockframework.runtime.model that return SpecInfo Modifier and Type Method Description SpecInfo
SpecInfo. getBottomSpec()
SpecInfo
SpecInfo. getSubSpec()
SpecInfo
SpecInfo. getSuperSpec()
SpecInfo
SpecInfo. getTopSpec()
Methods in org.spockframework.runtime.model that return types with arguments of type SpecInfo Modifier and Type Method Description java.util.List<SpecInfo>
SpecInfo. getSpecsBottomToTop()
java.util.List<SpecInfo>
SpecInfo. getSpecsTopToBottom()
Methods in org.spockframework.runtime.model with parameters of type SpecInfo Modifier and Type Method Description void
SpecInfo. setSubSpec(SpecInfo subSpec)
void
SpecInfo. setSuperSpec(SpecInfo superSpec)
-