Interface MethodSelectorResolver.MethodType.TestDescriptorFactory
-
- Enclosing class:
- MethodSelectorResolver.MethodType
static interface MethodSelectorResolver.MethodType.TestDescriptorFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestDescriptorcreate(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
TestDescriptor create(UniqueId uniqueId, java.lang.Class<?> testClass, java.lang.reflect.Method method, java.util.function.Supplier<java.util.List<java.lang.Class<?>>> enclosingInstanceTypes, JupiterConfiguration configuration)
-
-