Package | Description |
---|---|
org.spockframework.guice | |
org.spockframework.runtime.extension | |
org.spockframework.runtime.extension.builtin | |
org.spockframework.runtime.model |
Modifier and Type | Class and Description |
---|---|
class |
GuiceInterceptor
Creates a Guice injector, and injects Guice-provided objects into specifications.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMethodInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRuleInterceptor |
class |
AutoCleanupInterceptor |
class |
ClassRuleInterceptor |
class |
ConfineMetaClassChangesInterceptor |
class |
FailsWithInterceptor |
class |
MethodRuleInterceptor |
class |
TestRuleInterceptor |
class |
TimeoutInterceptor
Times out a method invocation if it takes too long.
|
class |
UseInterceptor |
Modifier and Type | Method and Description |
---|---|
java.util.List<IMethodInterceptor> |
SpecInfo.getInterceptors() |
java.util.List<IMethodInterceptor> |
MethodInfo.getInterceptors() |
java.util.List<IMethodInterceptor> |
IInterceptable.getInterceptors() |
java.util.List<IMethodInterceptor> |
FeatureInfo.getInterceptors() |
java.util.List<IMethodInterceptor> |
FeatureInfo.getIterationInterceptors() |
Modifier and Type | Method and Description |
---|---|
void |
SpecInfo.addInterceptor(IMethodInterceptor interceptor) |
void |
MethodInfo.addInterceptor(IMethodInterceptor interceptor) |
void |
IInterceptable.addInterceptor(IMethodInterceptor interceptor) |
void |
FeatureInfo.addInterceptor(IMethodInterceptor interceptor) |
void |
FeatureInfo.addIterationInterceptor(IMethodInterceptor interceptor) |
Copyright © 2019. All rights reserved