Uses of Class
org.junit.runners.model.FrameworkField
-
Packages that use FrameworkField Package Description org.junit.runners.model org.junit.validator -
-
Uses of FrameworkField in org.junit.runners.model
Methods in org.junit.runners.model that return types with arguments of type FrameworkField Modifier and Type Method Description java.util.List<FrameworkField>
TestClass. getAnnotatedFields()
Returns, efficiently, all the non-overridden fields in this class and its superclasses that are annotated.java.util.List<FrameworkField>
TestClass. getAnnotatedFields(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
Returns, efficiently, all the non-overridden fields in this class and its superclasses that are annotated withannotationClass
.Methods in org.junit.runners.model with parameters of type FrameworkField Modifier and Type Method Description boolean
FrameworkField. isShadowedBy(FrameworkField otherMember)
-
Uses of FrameworkField in org.junit.validator
Methods in org.junit.validator with parameters of type FrameworkField Modifier and Type Method Description java.util.List<java.lang.Exception>
AnnotationValidator. validateAnnotatedField(FrameworkField field)
Validates annotation on the given field.
-