Uses of Class
org.junit.vintage.engine.descriptor.TestSourceProvider
Packages that use TestSourceProvider
Package
Description
Test descriptors used within the JUnit Vintage test engine.
Internal classes for test discovery within the JUnit Vintage test engine.
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 TestSourceProviderModifier and TypeFieldDescriptionprivate final TestSourceProviderVintageEngineDescriptor.testSourceProviderMethods in org.junit.vintage.engine.descriptor that return TestSourceProviderConstructors in org.junit.vintage.engine.descriptor with parameters of type TestSourceProviderModifierConstructorDescriptionVintageEngineDescriptor(UniqueId uniqueId, TestSourceProvider testSourceProvider) -
Uses of TestSourceProvider in org.junit.vintage.engine.discovery
Fields in org.junit.vintage.engine.discovery declared as TestSourceProviderModifier and TypeFieldDescriptionprivate final TestSourceProviderRunnerTestDescriptorPostProcessor.testSourceProviderConstructors in org.junit.vintage.engine.discovery with parameters of type TestSourceProviderModifierConstructorDescriptionRunnerTestDescriptorPostProcessor(TestSourceProvider testSourceProvider) -
Uses of TestSourceProvider in org.junit.vintage.engine.execution
Fields in org.junit.vintage.engine.execution declared as TestSourceProviderModifier and TypeFieldDescriptionprivate final TestSourceProviderRunListenerAdapter.testSourceProviderprivate final TestSourceProviderRunnerExecutor.testSourceProviderConstructors in org.junit.vintage.engine.execution with parameters of type TestSourceProviderModifierConstructorDescription(package private)RunListenerAdapter(TestRun testRun, EngineExecutionListener listener, TestSourceProvider testSourceProvider) RunnerExecutor(EngineExecutionListener engineExecutionListener, TestSourceProvider testSourceProvider)