class DefaultClassDescriptor extends AbstractAnnotatedDescriptorWrapper<java.lang.Class<?>> implements ClassDescriptor
ClassDescriptor, backed by
a ClassBasedTestDescriptor.| Constructor and Description |
|---|
DefaultClassDescriptor(ClassBasedTestDescriptor testDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getTestClass()
Get the class for this descriptor.
|
java.lang.String |
toString() |
findAnnotation, findRepeatableAnnotations, getAnnotatedElement, getDisplayName, getTestDescriptor, isAnnotatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindAnnotation, findRepeatableAnnotations, getDisplayName, isAnnotatedDefaultClassDescriptor(ClassBasedTestDescriptor testDescriptor)
public final java.lang.Class<?> getTestClass()
ClassDescriptorgetTestClass in interface ClassDescriptornullpublic java.lang.String toString()
toString in class java.lang.Object