Package | Description |
---|---|
org.junit.runners.model | |
org.junit.validator |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
boolean |
FrameworkField.isShadowedBy(FrameworkField otherMember) |
Modifier and Type | Method and Description |
---|---|
protected void |
TestClass.scanAnnotatedMembers(Map<Class<? extends Annotation>,List<FrameworkMethod>> methodsForAnnotations,
Map<Class<? extends Annotation>,List<FrameworkField>> fieldsForAnnotations) |
Modifier and Type | Method and Description |
---|---|
List<Exception> |
AnnotationValidator.validateAnnotatedField(FrameworkField field)
Validates annotation on the given field.
|
Copyright © 2002–2024 JUnit. All rights reserved.