Uses of Class
org.springframework.test.context.TestContextAnnotationUtils.UntypedAnnotationDescriptor
Package
Description
This package contains the Spring TestContext Framework which
provides annotation-driven unit and integration testing support that is
agnostic of the actual testing framework in use.
-
Uses of TestContextAnnotationUtils.UntypedAnnotationDescriptor in org.springframework.test.context
Modifier and TypeMethodDescriptionTestContextAnnotationUtils.findAnnotationDescriptorForTypes
(Class<?> clazz, Class<? extends Annotation>... annotationTypes) Find theTestContextAnnotationUtils.UntypedAnnotationDescriptor
for the firstClass
in the inheritance hierarchy of the specifiedclazz
(including the specifiedclazz
itself) which declares at least one of the specifiedannotationTypes
.TestContextAnnotationUtils.UntypedAnnotationDescriptor.next()
Find the nextTestContextAnnotationUtils.UntypedAnnotationDescriptor
for the specified annotation types in the hierarchy above the root declaring class of this descriptor.