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 void
RunnerTestDescriptor. 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 RunnerTestDescriptor
UniqueIdFilter. runnerTestDescriptor
Methods in org.junit.vintage.engine.discovery that return RunnerTestDescriptor Modifier and Type Method Description private RunnerTestDescriptor
ClassSelectorResolver. 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) void
RunnerTestDescriptorPostProcessor. applyFiltersAndCreateDescendants(RunnerTestDescriptor runnerTestDescriptor)
private java.util.Deque<org.junit.runner.Description>
UniqueIdFilter. determinePath(RunnerTestDescriptor runnerTestDescriptor, java.util.Optional<? extends TestDescriptor> identifiedTestDescriptor)
private SelectorResolver.Resolution
MethodSelectorResolver. toResolution(RunnerTestDescriptor parent)
private org.junit.runner.manipulation.Filter
MethodSelectorResolver. 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.Resolution
MethodSelectorResolver. 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 RunnerTestDescriptor
TestRun. runnerTestDescriptor
Methods in org.junit.vintage.engine.execution that return RunnerTestDescriptor Modifier and Type Method Description (package private) RunnerTestDescriptor
TestRun. getRunnerTestDescriptor()
Methods in org.junit.vintage.engine.execution with parameters of type RunnerTestDescriptor Modifier and Type Method Description void
RunnerExecutor. execute(RunnerTestDescriptor runnerTestDescriptor)
private void
RunnerExecutor. reportUnexpectedFailure(TestRun testRun, RunnerTestDescriptor runnerTestDescriptor, TestExecutionResult result)
Constructors in org.junit.vintage.engine.execution with parameters of type RunnerTestDescriptor Constructor Description TestRun(RunnerTestDescriptor runnerTestDescriptor)
-