Interface MethodSelectorResolver.MethodType.TestDescriptorFactory

Enclosing class:
MethodSelectorResolver.MethodType

static interface MethodSelectorResolver.MethodType.TestDescriptorFactory
Since:
5.5
  • Method Summary

    Modifier and Type
    Method
    Description
    org.junit.platform.engine.TestDescriptor
    create(org.junit.platform.engine.UniqueId uniqueId, Class<?> testClass, Method method, Supplier<List<Class<?>>> enclosingInstanceTypes, JupiterConfiguration configuration)
     
  • Method Details