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