Uses of Class
org.junit.runners.model.FrameworkField
Packages that use FrameworkField
-
Uses of FrameworkField in org.junit.runners.model
Subclasses with type arguments of type FrameworkField in org.junit.runners.modelModifier and TypeClassDescriptionclassRepresents a field on a test class (currently used only for Rules inBlockJUnit4ClassRunner, but custom runners can make other uses)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 TypeMethodDescriptionbooleanFrameworkField.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.