Commit b15232d
authored
feat: expose JUnit Jupiter 6 as a separate Enable Tests option (#1871)
Add a "JUnit Jupiter 6" entry to the framework picker and rename the
existing entry to "JUnit Jupiter 5". `TestKind.JUnit6` already exists
in the API and `getJarIds` already routes JUnit5 to the 1.x line and
JUnit6 to the 6.x line (PR #1868) — this PR is just the UI side of
that split so users can actually pick JUnit 6 from the QuickPick.1 parent efcdc66 commit b15232d
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
| |||
0 commit comments