Uses of Class
org.junit.vintage.engine.descriptor.RunnerTestDescriptor
Packages that use RunnerTestDescriptor
Package
Description
Test descriptors used within the JUnit Vintage test engine.
Internal classes for test execution within the JUnit Vintage test engine.
-
Uses of RunnerTestDescriptor in org.junit.vintage.engine.descriptor
Method parameters in org.junit.vintage.engine.descriptor with type arguments of type RunnerTestDescriptorModifier and TypeMethodDescriptionvoid
RunnerTestDescriptor.applyFilters
(Consumer<RunnerTestDescriptor> childrenCreator) -
Uses of RunnerTestDescriptor in org.junit.vintage.engine.execution
Methods in org.junit.vintage.engine.execution with parameters of type RunnerTestDescriptorModifier and TypeMethodDescriptionvoid
RunnerExecutor.execute
(RunnerTestDescriptor runnerTestDescriptor)