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 Details

  • Method Details

    • getMethod

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

      public String toString()
      Overrides:
      toString in class Object