Toggle navigation
Home
org.junit.platform.launcher.TestPlan to java.util.Optional<org.junit.platform.launcher.TestPlan>
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'junit5'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
testPlan.getParent(testIdentifier).map(TestIdentifier::getDisplayName)
to
testPlan.flatMap((TestPlan p) -> p.getParent(testIdentifier)).map(TestIdentifier::getDisplayName)