Uses of Class
org.junit.platform.engine.support.descriptor.MethodSource
Package
Description
TestDescriptor
-related support classes
intended to be used by test engine implementations and clients of
the launcher.-
Uses of MethodSource in org.junit.platform.engine.support.descriptor
Modifier and TypeMethodDescriptionstatic MethodSource
static MethodSource
Create a newMethodSource
using the suppliedmethod
.static MethodSource
Create a newMethodSource
using the supplied class name and method name.static MethodSource
Create a newMethodSource
using the supplied class name, method name, and method parameter types.static MethodSource
Create a newMethodSource
using the supplied class name, method name, and method parameter types.