Package | Description |
---|---|
org.junit.jupiter.engine.discovery |
Internal classes for test discovery within the JUnit Jupiter test engine.
|
org.junit.platform.engine |
Public API for test engines.
|
Modifier and Type | Method and Description |
---|---|
private java.util.Optional<java.lang.reflect.Method> |
AbstractMethodResolver.findMethod(UniqueId.Segment segment,
ClassTestDescriptor parent) |
java.util.Optional<TestDescriptor> |
ElementResolver.resolveUniqueId(UniqueId.Segment segment,
TestDescriptor parent)
Return an optional
TestDescriptor . |
java.util.Optional<TestDescriptor> |
TestContainerResolver.resolveUniqueId(UniqueId.Segment segment,
TestDescriptor parent) |
java.util.Optional<TestDescriptor> |
AbstractMethodResolver.resolveUniqueId(UniqueId.Segment segment,
TestDescriptor parent) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<UniqueId.Segment> |
UniqueId.segments |
Modifier and Type | Method and Description |
---|---|
private UniqueId.Segment |
UniqueIdFormat.createSegment(java.lang.String segmentString) |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Optional<UniqueId.Segment> |
UniqueId.getRoot() |
java.util.List<UniqueId.Segment> |
UniqueId.getSegments()
Get the immutable list of segments that make up this
UniqueId . |
Modifier and Type | Method and Description |
---|---|
UniqueId |
UniqueId.append(UniqueId.Segment segment)
|
private java.lang.String |
UniqueIdFormat.describe(UniqueId.Segment segment) |
Constructor and Description |
---|
UniqueId(UniqueIdFormat uniqueIdFormat,
UniqueId.Segment segment) |
Constructor and Description |
---|
UniqueId(UniqueIdFormat uniqueIdFormat,
java.util.List<UniqueId.Segment> segments)
Initialize a
UniqueId instance. |