Uses of Class
org.junit.runners.model.FrameworkField
-
Packages that use FrameworkField Package Description org.junit.runners.model org.junit.runners.parameterized org.junit.validator -
-
Uses of FrameworkField in org.junit.runners.model
Fields in org.junit.runners.model with type parameters of type FrameworkField Modifier and Type Field Description private java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.util.List<FrameworkField>>
TestClass. fieldsForAnnotations
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.runners.parameterized
Methods in org.junit.runners.parameterized that return types with arguments of type FrameworkField Modifier and Type Method Description private java.util.List<FrameworkField>
BlockJUnit4ClassRunnerWithParameters. getAnnotatedFieldsByParameter()
-
Uses of FrameworkField in org.junit.validator
Methods in org.junit.validator that return types with arguments of type FrameworkField Modifier and Type Method Description (package private) java.lang.Iterable<FrameworkField>
AnnotationsValidator.FieldValidator. getAnnotatablesForTestClass(TestClass testClass)
Methods in org.junit.validator with parameters of type FrameworkField Modifier and Type Method Description (package private) java.util.List<java.lang.Exception>
AnnotationsValidator.FieldValidator. validateAnnotatable(AnnotationValidator validator, FrameworkField field)
java.util.List<java.lang.Exception>
AnnotationValidator. validateAnnotatedField(FrameworkField field)
Validates annotation on the given field.
-