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.
|
Modifier and Type | Method and Description |
---|---|
void |
RunnerTestDescriptor.applyFilters(java.util.function.Consumer<RunnerTestDescriptor> childrenCreator) |
Modifier and Type | Field and Description |
---|---|
private RunnerTestDescriptor |
UniqueIdFilter.runnerTestDescriptor |
Modifier and Type | Method and Description |
---|---|
private RunnerTestDescriptor |
ClassSelectorResolver.createRunnerTestDescriptor(TestDescriptor parent,
java.lang.Class<?> testClass,
org.junit.runner.Runner runner) |
Modifier and Type | Method and Description |
---|---|
private java.util.Optional<RunnerTestDescriptor> |
MethodSelectorResolver.addFilter(TestDescriptor parent,
java.util.function.Function<RunnerTestDescriptor,org.junit.runner.manipulation.Filter> filterCreator) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
UniqueIdFilter(RunnerTestDescriptor runnerTestDescriptor,
UniqueId uniqueId) |
Modifier and Type | Field and Description |
---|---|
private RunnerTestDescriptor |
TestRun.runnerTestDescriptor |
Modifier and Type | Method and Description |
---|---|
(package private) RunnerTestDescriptor |
TestRun.getRunnerTestDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
RunnerExecutor.execute(RunnerTestDescriptor runnerTestDescriptor) |
private void |
RunnerExecutor.reportUnexpectedFailure(TestRun testRun,
RunnerTestDescriptor runnerTestDescriptor,
TestExecutionResult result) |
Constructor and Description |
---|
TestRun(RunnerTestDescriptor runnerTestDescriptor) |