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 | Class and Description |
---|---|
class |
RunnerTestDescriptor |
Modifier and Type | Method and Description |
---|---|
private void |
RunnerTestDescriptorPostProcessor.addChildrenRecursively(VintageTestDescriptor parent) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<org.junit.runner.Description,java.util.List<VintageTestDescriptor>> |
TestRun.descriptionToDescriptors |
Modifier and Type | Method and Description |
---|---|
private VintageTestDescriptor |
RunListenerAdapter.registerDynamicTestDescriptor(org.junit.runner.Description description) |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Optional<VintageTestDescriptor> |
TestRun.lookupTestDescriptor(org.junit.runner.Description description)
Returns the
TestDescriptor that represents the specified
Description . |
Modifier and Type | Method and Description |
---|---|
(package private) void |
TestRun.registerDynamicTest(VintageTestDescriptor testDescriptor) |