Uses of Class
org.junit.vintage.engine.descriptor.RunnerTestDescriptor
-
Packages that use RunnerTestDescriptor 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 RunnerTestDescriptor in org.junit.vintage.engine.descriptor
Method parameters in org.junit.vintage.engine.descriptor with type arguments of type RunnerTestDescriptor Modifier and Type Method Description voidRunnerTestDescriptor. applyFilters(java.util.function.Consumer<RunnerTestDescriptor> childrenCreator) -
Uses of RunnerTestDescriptor in org.junit.vintage.engine.discovery
Fields in org.junit.vintage.engine.discovery declared as RunnerTestDescriptor Modifier and Type Field Description private RunnerTestDescriptorUniqueIdFilter. runnerTestDescriptorMethods in org.junit.vintage.engine.discovery that return RunnerTestDescriptor Modifier and Type Method Description private RunnerTestDescriptorClassSelectorResolver. createRunnerTestDescriptor(TestDescriptor parent, java.lang.Class<?> testClass, org.junit.runner.Runner runner)Methods in org.junit.vintage.engine.discovery that return types with arguments of type RunnerTestDescriptor Modifier and Type Method Description private java.util.Optional<RunnerTestDescriptor>MethodSelectorResolver. addFilter(TestDescriptor parent, java.util.function.Function<RunnerTestDescriptor,org.junit.runner.manipulation.Filter> filterCreator)Methods in org.junit.vintage.engine.discovery with parameters of type RunnerTestDescriptor Modifier and Type Method Description (package private) voidRunnerTestDescriptorPostProcessor. applyFiltersAndCreateDescendants(RunnerTestDescriptor runnerTestDescriptor)private java.util.Deque<org.junit.runner.Description>UniqueIdFilter. determinePath(RunnerTestDescriptor runnerTestDescriptor, java.util.Optional<? extends TestDescriptor> identifiedTestDescriptor)private SelectorResolver.ResolutionMethodSelectorResolver. toResolution(RunnerTestDescriptor parent)private org.junit.runner.manipulation.FilterMethodSelectorResolver. toUniqueIdFilter(RunnerTestDescriptor runnerTestDescriptor, UniqueId uniqueId)Method parameters in org.junit.vintage.engine.discovery with type arguments of type RunnerTestDescriptor Modifier and Type Method Description private java.util.Optional<RunnerTestDescriptor>MethodSelectorResolver. addFilter(TestDescriptor parent, java.util.function.Function<RunnerTestDescriptor,org.junit.runner.manipulation.Filter> filterCreator)private SelectorResolver.ResolutionMethodSelectorResolver. resolveParentAndAddFilter(SelectorResolver.Context context, DiscoverySelector selector, java.util.function.Function<RunnerTestDescriptor,org.junit.runner.manipulation.Filter> filterCreator)Constructors in org.junit.vintage.engine.discovery with parameters of type RunnerTestDescriptor Constructor Description UniqueIdFilter(RunnerTestDescriptor runnerTestDescriptor, UniqueId uniqueId) -
Uses of RunnerTestDescriptor in org.junit.vintage.engine.execution
Fields in org.junit.vintage.engine.execution declared as RunnerTestDescriptor Modifier and Type Field Description private RunnerTestDescriptorTestRun. runnerTestDescriptorMethods in org.junit.vintage.engine.execution that return RunnerTestDescriptor Modifier and Type Method Description (package private) RunnerTestDescriptorTestRun. getRunnerTestDescriptor()private RunnerTestDescriptorVintageExecutor. parallelMethodExecutor(RunnerTestDescriptor runnerTestDescriptor, java.util.concurrent.ExecutorService executorService)Methods in org.junit.vintage.engine.execution that return types with arguments of type RunnerTestDescriptor Modifier and Type Method Description private java.util.List<RunnerTestDescriptor>VintageExecutor. collectRunnerTestDescriptors(java.util.concurrent.ExecutorService executorService)Methods in org.junit.vintage.engine.execution with parameters of type RunnerTestDescriptor Modifier and Type Method Description voidRunnerExecutor. execute(RunnerTestDescriptor runnerTestDescriptor)private RunnerTestDescriptorVintageExecutor. parallelMethodExecutor(RunnerTestDescriptor runnerTestDescriptor, java.util.concurrent.ExecutorService executorService)private voidRunnerExecutor. reportUnexpectedFailure(TestRun testRun, RunnerTestDescriptor runnerTestDescriptor, TestExecutionResult result)Method parameters in org.junit.vintage.engine.execution with type arguments of type RunnerTestDescriptor Modifier and Type Method Description private booleanVintageExecutor. executeClassesInParallel(java.util.List<RunnerTestDescriptor> runnerTestDescriptors, RunnerExecutor runnerExecutor, java.util.concurrent.ExecutorService executorService)private voidVintageExecutor. executeClassesSequentially(java.util.List<RunnerTestDescriptor> runnerTestDescriptors, RunnerExecutor runnerExecutor)Constructors in org.junit.vintage.engine.execution with parameters of type RunnerTestDescriptor Constructor Description TestRun(RunnerTestDescriptor runnerTestDescriptor)
-