Uses of Class
org.junit.platform.engine.support.descriptor.MethodSource
Packages that use MethodSource
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
TestDescriptor
-related support classes
intended to be used by test engine implementations and clients of
the launcher.-
Uses of MethodSource in org.junit.jupiter.engine.descriptor
Methods in org.junit.jupiter.engine.descriptor that return MethodSourceModifier and TypeMethodDescription(package private) static MethodSource
Create a newMethodSource
from the suppliedURI
. -
Uses of MethodSource in org.junit.platform.engine.support.descriptor
Methods in org.junit.platform.engine.support.descriptor that return MethodSourceModifier 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.