Uses of Class
org.junit.runners.model.FrameworkField
Packages that use FrameworkField
-
Uses of FrameworkField in org.junit.runners.model
Fields in org.junit.runners.model with type parameters of type FrameworkFieldModifier and TypeFieldDescriptionprivate final Map
<Class<? extends Annotation>, List<FrameworkField>> TestClass.fieldsForAnnotations
Methods in org.junit.runners.model that return types with arguments of type FrameworkFieldModifier and TypeMethodDescriptionTestClass.getAnnotatedFields()
Returns, efficiently, all the non-overridden fields in this class and its superclasses that are annotated.TestClass.getAnnotatedFields
(Class<? extends 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 FrameworkFieldModifier and TypeMethodDescriptionboolean
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 FrameworkFieldModifier and TypeMethodDescriptionprivate List
<FrameworkField> BlockJUnit4ClassRunnerWithParameters.getAnnotatedFieldsByParameter()
-
Uses of FrameworkField in org.junit.validator
Methods in org.junit.validator that return types with arguments of type FrameworkFieldModifier and TypeMethodDescription(package private) Iterable
<FrameworkField> AnnotationsValidator.FieldValidator.getAnnotatablesForTestClass
(TestClass testClass) Methods in org.junit.validator with parameters of type FrameworkFieldModifier and TypeMethodDescriptionAnnotationsValidator.FieldValidator.validateAnnotatable
(AnnotationValidator validator, FrameworkField field) AnnotationValidator.validateAnnotatedField
(FrameworkField field) Validates annotation on the given field.