eclipse-jdt / eclipse-jdt/eclipse.jdt.ui

Support JUnit Jupiter MethodSource calls in Call Hierarchy ViewPart

Open
#2,191 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.