Community
Participate
Working Groups
In Java, if you place the cursor over a test-method and trigger "run as JUnit Test" (via shortcut or context menu), only this test method will be executed. In Xtend, all test methods from the class will always be executed. I'd expect only the selcted method to be extecuted. hints for the implementation: org.eclipse.jdt.junit.launcher.JUnitLaunchShortcut.launch(IEditorPart, String) --> finds the selected method org.eclipse.xtext.xtend2.ui.launching.JUnitLaunchShortcut.launch(IEditorPart, String) --> should do the same.
fixed. pushed to 'master'.
Closing all bugs that were set to RESOLVED before Neon.0