Class TestSourceProvider
java.lang.Object
org.junit.vintage.engine.descriptor.TestSourceProvider
- Since:
- 5.6
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final TestSource
private final Map
<org.junit.runner.Description, TestSource> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate TestSource
computeTestSource
(org.junit.runner.Description description) private Method
findMethod
(Class<?> testClass, String methodName) findTestSource
(org.junit.runner.Description description) private String
sanitizeMethodName
(String methodName)
-
Field Details
-
NULL_SOURCE
-
testSourceCache
-
methodsCache
-
-
Constructor Details
-
TestSourceProvider
public TestSourceProvider()
-
-
Method Details
-
findTestSource
-
computeTestSource
-
sanitizeMethodName
-
findMethod
-