Uses of Class
org.junit.vintage.engine.descriptor.TestSourceProvider
-
Packages that use TestSourceProvider Package Description org.junit.vintage.engine.descriptor Test descriptors used within the JUnit Vintage test engine.org.junit.vintage.engine.discovery Internal classes for test discovery within the JUnit Vintage test engine.org.junit.vintage.engine.execution Internal classes for test execution within the JUnit Vintage test engine. -
-
Uses of TestSourceProvider in org.junit.vintage.engine.descriptor
Fields in org.junit.vintage.engine.descriptor declared as TestSourceProvider Modifier and Type Field Description private TestSourceProvider
VintageEngineDescriptor. testSourceProvider
Methods in org.junit.vintage.engine.descriptor that return TestSourceProvider Modifier and Type Method Description TestSourceProvider
VintageEngineDescriptor. getTestSourceProvider()
Constructors in org.junit.vintage.engine.descriptor with parameters of type TestSourceProvider Constructor Description VintageEngineDescriptor(UniqueId uniqueId, TestSourceProvider testSourceProvider)
-
Uses of TestSourceProvider in org.junit.vintage.engine.discovery
Fields in org.junit.vintage.engine.discovery declared as TestSourceProvider Modifier and Type Field Description private TestSourceProvider
RunnerTestDescriptorPostProcessor. testSourceProvider
Constructors in org.junit.vintage.engine.discovery with parameters of type TestSourceProvider Constructor Description RunnerTestDescriptorPostProcessor(TestSourceProvider testSourceProvider)
-
Uses of TestSourceProvider in org.junit.vintage.engine.execution
Fields in org.junit.vintage.engine.execution declared as TestSourceProvider Modifier and Type Field Description private TestSourceProvider
RunListenerAdapter. testSourceProvider
private TestSourceProvider
RunnerExecutor. testSourceProvider
Constructors in org.junit.vintage.engine.execution with parameters of type TestSourceProvider Constructor Description RunListenerAdapter(TestRun testRun, EngineExecutionListener listener, TestSourceProvider testSourceProvider)
RunnerExecutor(EngineExecutionListener engineExecutionListener, TestSourceProvider testSourceProvider)
-