class DefaultMethodDescriptor extends AbstractAnnotatedDescriptorWrapper<java.lang.reflect.Method> implements MethodDescriptor
MethodDescriptor, backed by
a MethodBasedTestDescriptor.| Constructor and Description |
|---|
DefaultMethodDescriptor(MethodBasedTestDescriptor testDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Method |
getMethod()
Get the method for this descriptor.
|
java.lang.String |
toString() |
findAnnotation, findRepeatableAnnotations, getAnnotatedElement, getDisplayName, getTestDescriptor, isAnnotatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindAnnotation, findRepeatableAnnotations, getDisplayName, isAnnotatedDefaultMethodDescriptor(MethodBasedTestDescriptor testDescriptor)
public final java.lang.reflect.Method getMethod()
MethodDescriptorgetMethod in interface MethodDescriptornullpublic java.lang.String toString()
toString in class java.lang.Object