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.execution Internal classes for test execution within the JUnit Vintage test engine. -
-
Uses of TestSourceProvider in org.junit.vintage.engine.descriptor
Methods in org.junit.vintage.engine.descriptor that return TestSourceProvider Modifier and Type Method Description TestSourceProviderVintageEngineDescriptor. getTestSourceProvider()Constructors in org.junit.vintage.engine.descriptor with parameters of type TestSourceProvider Constructor Description VintageEngineDescriptor(org.junit.platform.engine.UniqueId uniqueId, TestSourceProvider testSourceProvider) -
Uses of TestSourceProvider in org.junit.vintage.engine.execution
Constructors in org.junit.vintage.engine.execution with parameters of type TestSourceProvider Constructor Description RunnerExecutor(org.junit.platform.engine.EngineExecutionListener engineExecutionListener, TestSourceProvider testSourceProvider)
-