Class MethodSegmentResolver
java.lang.Object
org.junit.jupiter.engine.discovery.MethodSegmentResolver
- Since:
- 5.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindMethod(String methodSpecPart, Class<?> testClass) (package private) StringformatMethodSpecPart(Method method, Class<?> testClass) If themethodis package-private and declared a class in a different package thantestClass, the declaring class name is included in the method's unique ID segment.
-
Field Details
-
METHOD_PATTERN
-
-
Constructor Details
-
MethodSegmentResolver
MethodSegmentResolver()
-
-
Method Details
-
formatMethodSpecPart
-
findMethod
-