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 TestSourceProviderVintageEngineDescriptor. testSourceProviderMethods 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(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 TestSourceProviderRunnerTestDescriptorPostProcessor. testSourceProviderConstructors 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 TestSourceProviderRunListenerAdapter. testSourceProviderprivate TestSourceProviderRunnerExecutor. testSourceProviderConstructors 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)
-