|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpecInfo | |
---|---|
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 | |
---|---|
void |
GuiceExtension.visitSpec(SpecInfo spec)
|
void |
GuiceExtension.visitSpecAnnotation(UseModules useModules,
SpecInfo spec)
|
Constructors in org.spockframework.guice with parameters of type SpecInfo | |
---|---|
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 | |
---|---|
protected SpecInfo |
BaseSpecRunner.spec
|
Methods in org.spockframework.runtime that return SpecInfo | |
---|---|
SpecInfo |
SpecInfoBuilder.build()
|
Methods in org.spockframework.runtime with parameters of type SpecInfo | |
---|---|
void |
MasterRunListener.afterSpec(SpecInfo spec)
|
void |
JUnitSupervisor.afterSpec(SpecInfo spec)
|
void |
IRunSupervisor.afterSpec(SpecInfo spec)
|
void |
IRunListener.afterSpec(SpecInfo spec)
Called after a spec. |
void |
AbstractRunListener.afterSpec(SpecInfo spec)
|
void |
MasterRunListener.beforeSpec(SpecInfo spec)
|
void |
JUnitSupervisor.beforeSpec(SpecInfo spec)
|
void |
IRunSupervisor.beforeSpec(SpecInfo spec)
|
void |
IRunListener.beforeSpec(SpecInfo spec)
Called before a spec. |
void |
AbstractRunListener.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 |
MasterRunListener.specSkipped(SpecInfo spec)
|
void |
JUnitSupervisor.specSkipped(SpecInfo spec)
|
void |
IRunSupervisor.specSkipped(SpecInfo spec)
|
void |
IRunListener.specSkipped(SpecInfo spec)
Called if a spec is skipped, for example because it is marked with @Ignore. |
void |
AbstractRunListener.specSkipped(SpecInfo spec)
|
Constructors in org.spockframework.runtime with parameters of type SpecInfo | |
---|---|
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 | |
---|---|
SpecInfo |
MethodInvocation.getSpec()
|
SpecInfo |
IMethodInvocation.getSpec()
Returns the specification which this method invocation belongs to. |
Methods in org.spockframework.runtime.extension with parameters of type SpecInfo | |
---|---|
void |
IGlobalExtension.visitSpec(SpecInfo spec)
|
void |
IAnnotationDrivenExtension.visitSpec(SpecInfo spec)
|
void |
AbstractAnnotationDrivenExtension.visitSpec(SpecInfo spec)
|
void |
IAnnotationDrivenExtension.visitSpecAnnotation(T annotation,
SpecInfo spec)
|
void |
AbstractAnnotationDrivenExtension.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 | |
---|---|
void |
RevertMetaClassRunListener.afterSpec(SpecInfo spec)
|
void |
RevertMetaClassRunListener.beforeSpec(SpecInfo spec)
|
void |
RuleExtension.visitSpec(SpecInfo spec)
|
void |
OptimizeRunOrderExtension.visitSpec(SpecInfo spec)
|
void |
JUnitFixtureMethodsExtension.visitSpec(SpecInfo spec)
|
void |
IncludeExcludeExtension.visitSpec(SpecInfo spec)
|
void |
IgnoreRestExtension.visitSpec(SpecInfo spec)
|
void |
ClassRuleExtension.visitSpec(SpecInfo spec)
|
void |
AutoCleanupExtension.visitSpec(SpecInfo spec)
|
void |
StepwiseExtension.visitSpecAnnotation(java.lang.annotation.Annotation annotation,
SpecInfo spec)
|
void |
ConfineMetaClassChangesExtension.visitSpecAnnotation(ConfineMetaClassChanges annotation,
SpecInfo spec)
|
void |
FailsWithExtension.visitSpecAnnotation(FailsWith failsWith,
SpecInfo spec)
|
void |
IgnoreIfExtension.visitSpecAnnotation(IgnoreIf annotation,
SpecInfo spec)
|
void |
IgnoreExtension.visitSpecAnnotation(Ignore ignore,
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 | |
---|---|
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 | |
---|---|
java.util.List<SpecInfo> |
SpecInfo.getSpecsBottomToTop()
|
java.util.List<SpecInfo> |
SpecInfo.getSpecsTopToBottom()
|
Methods in org.spockframework.runtime.model with parameters of type SpecInfo | |
---|---|
void |
SpecInfo.setSubSpec(SpecInfo subSpec)
|
void |
SpecInfo.setSuperSpec(SpecInfo superSpec)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |