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

 

 

Methods in org.junit.runners.model that return types with arguments of type FrameworkField
 List<FrameworkField> TestClass.getAnnotatedFields()
          Returns, efficiently, all the non-overridden fields in this class and its superclasses that are annotated.
 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)
           
 

Method parameters in org.junit.runners.model with type arguments of type FrameworkField
protected  void TestClass.scanAnnotatedMembers(Map<Class<? extends Annotation>,List<FrameworkMethod>> methodsForAnnotations, Map<Class<? extends Annotation>,List<FrameworkField>> fieldsForAnnotations)
           
 

 

Methods in org.junit.validator with parameters of type FrameworkField
 List<Exception> AnnotationValidator.validateAnnotatedField(FrameworkField field)
          Validates annotation on the given field.
 

Copyright © 2002–2021 JUnit. All rights reserved.