Package | Description |
---|---|
org.spockframework.runtime.extension | |
org.spockframework.runtime.extension.builtin | |
org.spockframework.runtime.model |
Modifier and Type | Method and Description |
---|---|
void |
IAnnotationDrivenExtension.visitFieldAnnotation(T annotation,
FieldInfo field) |
void |
AbstractAnnotationDrivenExtension.visitFieldAnnotation(T annotation,
FieldInfo field) |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<FieldInfo> |
AbstractRuleInterceptor.ruleFields |
Modifier and Type | Method and Description |
---|---|
void |
AutoCleanupInterceptor.add(FieldInfo field) |
protected void |
AbstractRuleExtension.checkIsInstanceField(FieldInfo field) |
protected void |
AbstractRuleExtension.checkIsSharedField(FieldInfo field) |
protected java.lang.Object |
AbstractRuleInterceptor.getRuleInstance(FieldInfo field,
java.lang.Object fieldTarget) |
protected boolean |
AbstractRuleExtension.hasFieldType(FieldInfo field,
java.lang.Class<?> ruleClass) |
protected void |
AbstractRuleExtension.invalidFieldType(FieldInfo field) |
void |
AutoCleanupExtension.visitFieldAnnotation(AutoCleanup annotation,
FieldInfo field) |
Constructor and Description |
---|
AbstractRuleInterceptor(java.util.List<FieldInfo> ruleFields) |
ClassRuleInterceptor(java.util.List<FieldInfo> ruleFields) |
TestRuleInterceptor(java.util.List<FieldInfo> ruleFields) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FieldInfo> |
SpecInfo.getAllFields() |
java.util.List<FieldInfo> |
SpecInfo.getFields() |
Modifier and Type | Method and Description |
---|---|
void |
SpecInfo.addField(FieldInfo field) |
Copyright © 2019. All rights reserved