Bug 579605 - Add marker/Code lens support for JUnit tests
Summary: Add marker/Code lens support for JUnit tests
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.23   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-06 09:44 EDT by Christian Pontesegger CLA
Modified: 2022-04-06 09:44 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Pontesegger CLA 2022-04-06 09:44:55 EDT
Today I wondered if we could have marker support for JUnit test results in the JDT editor.

The idea is: after running a testfile I would love to get pass/fail/error markers on the test methods of my JUnit file.

Probably code lens could be interesting too, but markers would be visible on the ruler and therefore help with navigation.