Interface MethodSelectorResolver.MethodType.TestDescriptorFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.junit.platform.engine.TestDescriptor create​(org.junit.platform.engine.UniqueId uniqueId, java.lang.Class<?> testClass, java.lang.reflect.Method method, java.util.function.Supplier<java.util.List<java.lang.Class<?>>> enclosingInstanceTypes, JupiterConfiguration configuration)  
    • Method Detail

      • create

        org.junit.platform.engine.TestDescriptor create​(org.junit.platform.engine.UniqueId uniqueId,
                                                        java.lang.Class<?> testClass,
                                                        java.lang.reflect.Method method,
                                                        java.util.function.Supplier<java.util.List<java.lang.Class<?>>> enclosingInstanceTypes,
                                                        JupiterConfiguration configuration)