Uses of Class
org.junit.runners.model.FrameworkField

Packages that use FrameworkField
org.junit.runners.model   
 

Uses of FrameworkField in org.junit.runners.model
 

Methods in org.junit.runners.model that return types with arguments of type FrameworkField
 List<FrameworkField> TestClass.getAnnotatedFields(Class<? extends Annotation> annotationClass)
          Returns, efficiently, all the non-overridden fields in this class and its superclasses that are annotated with annotationClass.
 

Methods in org.junit.runners.model with parameters of type FrameworkField
 boolean FrameworkField.isShadowedBy(FrameworkField otherMember)