eclipse / Xpect

This repository has been rewritten to move to the Eclipse Foundation. Find the old history here: https://github.com/TypeFox/Xpect
http://www.xpect-tests.org/
Eclipse Public License 2.0
30 stars 28 forks source link

TestDataUIUtil doesn't handle ITestCaseElement.getTestMethodName() provided by JDT for JUnit 5 launches #347

Closed trancexpress closed 2 months ago

trancexpress commented 2 months ago

The test name no longer includes the necessary information for the navigation, the test display name does. So this change checks also the test display name for the required information.

Fixes: #346

cdietrich commented 2 months ago

thx @trancexpress