Class MethodTestDescriptor.CustomUriSource

  • All Implemented Interfaces:
    Serializable, org.junit.platform.engine.support.descriptor.UriSource, org.junit.platform.engine.TestSource
    Enclosing class:
    MethodTestDescriptor

    public static class MethodTestDescriptor.CustomUriSource
    extends Object
    implements org.junit.platform.engine.support.descriptor.UriSource
    See Also:
    Serialized Form
    • Method Detail

      • getJavaClass

        public Class<?> getJavaClass()
      • getJavaMethod

        public Method getJavaMethod()
      • getMethodName

        public String getMethodName()
      • getMethodParameterTypes

        public String getMethodParameterTypes()
      • getUri

        public URI getUri()
        Specified by:
        getUri in interface org.junit.platform.engine.support.descriptor.UriSource