Package | Description |
---|---|
org.spockframework.guice | |
org.spockframework.runtime.extension | |
org.spockframework.runtime.extension.builtin | |
org.spockframework.runtime.model |
Modifier and Type | Class | Description |
---|---|---|
class |
GuiceInterceptor |
Creates a Guice injector, and injects Guice-provided objects into specifications.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractMethodInterceptor |
Modifier and Type | Class | 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 | Description |
---|---|---|
java.util.List<IMethodInterceptor> |
FeatureInfo.getInterceptors() |
|
java.util.List<IMethodInterceptor> |
IInterceptable.getInterceptors() |
|
java.util.List<IMethodInterceptor> |
MethodInfo.getInterceptors() |
|
java.util.List<IMethodInterceptor> |
SpecInfo.getInterceptors() |
|
java.util.List<IMethodInterceptor> |
FeatureInfo.getIterationInterceptors() |
Modifier and Type | Method | Description |
---|---|---|
void |
FeatureInfo.addInterceptor(IMethodInterceptor interceptor) |
|
void |
IInterceptable.addInterceptor(IMethodInterceptor interceptor) |
|
void |
MethodInfo.addInterceptor(IMethodInterceptor interceptor) |
|
void |
SpecInfo.addInterceptor(IMethodInterceptor interceptor) |
|
void |
FeatureInfo.addIterationInterceptor(IMethodInterceptor interceptor) |
Copyright © 2018. All rights reserved