Uses of Class
org.springframework.test.context.TestContextAnnotationUtils.UntypedAnnotationDescriptor
Packages that use 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
Methods in org.springframework.test.context that return TestContextAnnotationUtils.UntypedAnnotationDescriptorModifier and TypeMethodDescriptionTestContextAnnotationUtils.findAnnotationDescriptorForTypes(Class<?> clazz, Class<? extends Annotation>... annotationTypes) Find theTestContextAnnotationUtils.UntypedAnnotationDescriptorfor the firstClassin the inheritance hierarchy of the specifiedclazz(including the specifiedclazzitself) which declares at least one of the specifiedannotationTypes.TestContextAnnotationUtils.UntypedAnnotationDescriptor.next()Find the nextTestContextAnnotationUtils.UntypedAnnotationDescriptorfor the specified annotation types in the hierarchy above the root declaring class of this descriptor.