Class DefaultClassDescriptor
java.lang.Object
org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper<Class<?>>
org.junit.jupiter.engine.discovery.DefaultClassDescriptor
- All Implemented Interfaces:
org.junit.jupiter.api.ClassDescriptor
class DefaultClassDescriptor
extends AbstractAnnotatedDescriptorWrapper<Class<?>>
implements org.junit.jupiter.api.ClassDescriptor
Default implementation of
ClassDescriptor
, backed by
a ClassBasedTestDescriptor
.- Since:
- 5.8
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper
findAnnotation, findRepeatableAnnotations, getAnnotatedElement, getDisplayName, getTestDescriptor, isAnnotated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.junit.jupiter.api.ClassDescriptor
findAnnotation, findRepeatableAnnotations, getDisplayName, isAnnotated
-
Constructor Details
-
DefaultClassDescriptor
DefaultClassDescriptor(ClassBasedTestDescriptor testDescriptor)
-
-
Method Details