Class DefaultMethodDescriptor

  • All Implemented Interfaces:
    org.junit.jupiter.api.MethodDescriptor

    class DefaultMethodDescriptor
    extends AbstractAnnotatedDescriptorWrapper<java.lang.reflect.Method>
    implements org.junit.jupiter.api.MethodDescriptor
    Default implementation of MethodDescriptor, backed by a MethodBasedTestDescriptor.
    Since:
    5.4
    • Method Detail

      • getMethod

        public final java.lang.reflect.Method getMethod()
        Specified by:
        getMethod in interface org.junit.jupiter.api.MethodDescriptor
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object