Uses of Class
org.junit.runners.model.FrameworkField
Packages that use FrameworkField
-
Uses of FrameworkField in org.junit.runners.model
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.validator
Methods in org.junit.validator with parameters of type FrameworkFieldModifier and TypeMethodDescriptionAnnotationValidator.validateAnnotatedField
(FrameworkField field) Validates annotation on the given field.