Package | Description |
---|---|
org.spockframework.guice | |
org.spockframework.runtime | |
org.spockframework.runtime.extension | |
org.spockframework.runtime.extension.builtin | |
org.spockframework.runtime.model |
Modifier and Type | Method and Description |
---|---|
void |
GuiceExtension.visitSpec(SpecInfo spec) |
void |
GuiceExtension.visitSpecAnnotation(UseModules useModules,
SpecInfo spec) |
Constructor and Description |
---|
GuiceInterceptor(SpecInfo spec,
java.util.Set<java.lang.Class<? extends com.google.inject.Module>> moduleClasses) |
Modifier and Type | Field and Description |
---|---|
protected SpecInfo |
BaseSpecRunner.spec |
Modifier and Type | Method and Description |
---|---|
SpecInfo |
SpecInfoBuilder.build() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
SpecInfo |
MethodInvocation.getSpec() |
SpecInfo |
IMethodInvocation.getSpec()
Returns the specification which this method invocation belongs to.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
SpecInfo |
SpecInfo.getBottomSpec() |
SpecInfo |
SpecInfo.getSubSpec() |
SpecInfo |
SpecInfo.getSuperSpec() |
SpecInfo |
SpecInfo.getTopSpec() |
Modifier and Type | Method and Description |
---|---|
java.util.List<SpecInfo> |
SpecInfo.getSpecsBottomToTop() |
java.util.List<SpecInfo> |
SpecInfo.getSpecsTopToBottom() |
Modifier and Type | Method and Description |
---|---|
void |
SpecInfo.setSubSpec(SpecInfo subSpec) |
void |
SpecInfo.setSuperSpec(SpecInfo superSpec) |
Copyright © 2015. All rights reserved