Uses of Class
org.spockframework.runtime.model.FieldInfo
-
Packages that use FieldInfo Package Description org.spockframework.runtime.extension org.spockframework.runtime.extension.builtin org.spockframework.runtime.model -
-
Uses of FieldInfo in org.spockframework.runtime.extension
Methods in org.spockframework.runtime.extension with parameters of type FieldInfo Modifier and Type Method Description void
AbstractAnnotationDrivenExtension. visitFieldAnnotation(T annotation, FieldInfo field)
void
IAnnotationDrivenExtension. visitFieldAnnotation(T annotation, FieldInfo field)
-
Uses of FieldInfo in org.spockframework.runtime.extension.builtin
Fields in org.spockframework.runtime.extension.builtin with type parameters of type FieldInfo Modifier and Type Field Description protected java.util.List<FieldInfo>
AbstractRuleInterceptor. ruleFields
Methods in org.spockframework.runtime.extension.builtin with parameters of type FieldInfo Modifier and Type Method 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 parameters in org.spockframework.runtime.extension.builtin with type arguments of type FieldInfo Constructor Description AbstractRuleInterceptor(java.util.List<FieldInfo> ruleFields)
ClassRuleInterceptor(java.util.List<FieldInfo> ruleFields)
TestRuleInterceptor(java.util.List<FieldInfo> ruleFields)
-
Uses of FieldInfo in org.spockframework.runtime.model
Methods in org.spockframework.runtime.model that return types with arguments of type FieldInfo Modifier and Type Method Description java.util.List<FieldInfo>
SpecInfo. getAllFields()
java.util.List<FieldInfo>
SpecInfo. getFields()
Methods in org.spockframework.runtime.model with parameters of type FieldInfo Modifier and Type Method Description void
SpecInfo. addField(FieldInfo field)
-