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 discovery 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 TypeMethodDescriptionvoidRunnerTestDescriptor.applyFilters(Consumer<RunnerTestDescriptor> childrenCreator) -
Uses of RunnerTestDescriptor in org.junit.vintage.engine.discovery
Fields in org.junit.vintage.engine.discovery declared as RunnerTestDescriptorModifier and TypeFieldDescriptionprivate final RunnerTestDescriptorUniqueIdFilter.runnerTestDescriptorMethods in org.junit.vintage.engine.discovery that return RunnerTestDescriptorModifier and TypeMethodDescriptionprivate RunnerTestDescriptorClassSelectorResolver.createRunnerTestDescriptor(TestDescriptor parent, Class<?> testClass, org.junit.runner.Runner runner) Methods in org.junit.vintage.engine.discovery that return types with arguments of type RunnerTestDescriptorModifier and TypeMethodDescriptionprivate Optional<RunnerTestDescriptor>MethodSelectorResolver.addFilter(TestDescriptor parent, Function<RunnerTestDescriptor, org.junit.runner.manipulation.Filter> filterCreator) Methods in org.junit.vintage.engine.discovery with parameters of type RunnerTestDescriptorModifier and TypeMethodDescription(package private) voidRunnerTestDescriptorPostProcessor.applyFiltersAndCreateDescendants(RunnerTestDescriptor runnerTestDescriptor) private Deque<org.junit.runner.Description>UniqueIdFilter.determinePath(RunnerTestDescriptor runnerTestDescriptor, 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 RunnerTestDescriptorModifier and TypeMethodDescriptionprivate Optional<RunnerTestDescriptor>MethodSelectorResolver.addFilter(TestDescriptor parent, Function<RunnerTestDescriptor, org.junit.runner.manipulation.Filter> filterCreator) private SelectorResolver.ResolutionMethodSelectorResolver.resolveParentAndAddFilter(SelectorResolver.Context context, DiscoverySelector selector, Function<RunnerTestDescriptor, org.junit.runner.manipulation.Filter> filterCreator) Constructors in org.junit.vintage.engine.discovery with parameters of type RunnerTestDescriptorModifierConstructorDescription(package private)UniqueIdFilter(RunnerTestDescriptor runnerTestDescriptor, UniqueId uniqueId) -
Uses of RunnerTestDescriptor in org.junit.vintage.engine.execution
Fields in org.junit.vintage.engine.execution declared as RunnerTestDescriptorMethods in org.junit.vintage.engine.execution that return RunnerTestDescriptorModifier and TypeMethodDescription(package private) RunnerTestDescriptorTestRun.getRunnerTestDescriptor()Methods in org.junit.vintage.engine.execution with parameters of type RunnerTestDescriptorModifier and TypeMethodDescriptionvoidRunnerExecutor.execute(RunnerTestDescriptor runnerTestDescriptor) private voidRunnerExecutor.reportUnexpectedFailure(TestRun testRun, RunnerTestDescriptor runnerTestDescriptor, TestExecutionResult result) Constructors in org.junit.vintage.engine.execution with parameters of type RunnerTestDescriptorModifierConstructorDescription(package private)TestRun(RunnerTestDescriptor runnerTestDescriptor)