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

Go to XPECT method menu entry for JUnit Xpect tests doesn't work if tests run with JUnit 5 engine #346

Closed trancexpress closed 2 months ago

trancexpress commented 2 months ago

The navigation to the XPECT statement doesn't work if tests are run via the JUnit 5 vintage engine. For some reason JDT JUnit support provides different names which are not handled well by TestDataUIUtil.parse(). So using the menu entry does nothing.