Class DefaultMethodDescriptor
java.lang.Object
org.junit.jupiter.engine.discovery.AbstractAnnotatedDescriptorWrapper<Method>
org.junit.jupiter.engine.discovery.DefaultMethodDescriptor
- All Implemented Interfaces:
org.junit.jupiter.api.MethodDescriptor
class DefaultMethodDescriptor
extends AbstractAnnotatedDescriptorWrapper<Method>
implements org.junit.jupiter.api.MethodDescriptor
Default implementation of
MethodDescriptor, backed by
a MethodBasedTestDescriptor.- Since:
- 5.4
-
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.MethodDescriptor
findAnnotation, findRepeatableAnnotations, getDisplayName, isAnnotated
-
Constructor Details
-
DefaultMethodDescriptor
DefaultMethodDescriptor(MethodBasedTestDescriptor testDescriptor)
-
-
Method Details
-
getMethod
- Specified by:
getMethodin interfaceorg.junit.jupiter.api.MethodDescriptor
-
toString
-