|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FrameworkField | |
---|---|
org.junit.runners.model | |
org.junit.validator |
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()
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)
|
Uses of FrameworkField in org.junit.validator |
---|
Methods in org.junit.validator with parameters of type FrameworkField | |
---|---|
List<Exception> |
AnnotationValidator.validateAnnotatedField(FrameworkField field)
Validates annotation on the given field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |