Package | Description |
---|---|
org.junit.vintage.engine.execution |
Internal classes for test execution within the JUnit Vintage test engine.
|
Modifier and Type | Field and Description |
---|---|
private static TestRun.VintageDescriptors |
TestRun.VintageDescriptors.NONE |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<org.junit.runner.Description,TestRun.VintageDescriptors> |
TestRun.descriptionToDescriptors |
Modifier and Type | Method and Description |
---|---|
(package private) static TestRun.VintageDescriptors |
TestRun.VintageDescriptors.merge(TestRun.VintageDescriptors a,
TestRun.VintageDescriptors b) |
Modifier and Type | Method and Description |
---|---|
(package private) static TestRun.VintageDescriptors |
TestRun.VintageDescriptors.merge(TestRun.VintageDescriptors a,
TestRun.VintageDescriptors b) |
Modifier and Type | Method and Description |
---|---|
private java.util.Optional<VintageTestDescriptor> |
TestRun.lookupUnambiguouslyOrApplyFallback(org.junit.runner.Description description,
java.util.function.Function<TestRun.VintageDescriptors,java.util.Optional<VintageTestDescriptor>> fallback) |