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 AbstractAnnotatedDescriptorWrapper
findAnnotation, findRepeatableAnnotations, getAnnotatedElement, getDisplayName, getTestDescriptor, isAnnotatedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.junit.jupiter.api.ClassDescriptor
findAnnotation, findRepeatableAnnotations, getDisplayName, isAnnotated
-
Constructor Details
-
DefaultClassDescriptor
DefaultClassDescriptor(ClassBasedTestDescriptor testDescriptor)
-
-
Method Details
-
getTestClass
- Specified by:
getTestClassin interfaceorg.junit.jupiter.api.ClassDescriptor
-
toString
-