eclipse-jdt / eclipse-jdt/eclipse.jdt.ui
Support JUnit Jupiter MethodSource calls in Call Hierarchy ViewPart
Open
- Dominant language
- Java
- Stars
- 59
- Forks
- 127
- Avg merge
- 22h 47m
- Merged PRs (30d)
- 28
Description
### Scenario
GIVEN I have a JUnit 5 test that uses a `MethodSource` for parameterization
GIVEN this calls method `x` for method `foo`
```
@ParameterizedTest
@MethodSource("x")
void foo() {
```
WHEN I select method `x` in the Java editor and then call "Open Call Hierarchy"
THEN method 'foo' should be displayed as a caller (in 2025-03, it's not)
Contributor guide
Assessment
This issue has not been assessed yet.