Class TestSourceProvider
- java.lang.Object
-
- org.junit.vintage.engine.descriptor.TestSourceProvider
-
@API(status=INTERNAL, since="5.6") public class TestSourceProvider extends Object
- Since:
- 5.6
-
-
Constructor Summary
Constructors Constructor Description TestSourceProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestSource
findTestSource(org.junit.runner.Description description)
-
-
-
Method Detail
-
findTestSource
public TestSource findTestSource(org.junit.runner.Description description)
-
-