Skip to content

Commit df490ee

Browse files
authored
Remove @ParameterizedTest intro from release notes (#77)
1 parent 0da52a4 commit df490ee

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

release-notes/v0.5.0.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,12 @@ TestNG support was added to the newest version of [Java Test Runner](https://mar
6565

6666
### Enhanced JUnit 5 support
6767

68-
The support for JUnit 5 is now broader. `@DisplayName` and `@ParameterizedTest` are now supported. Here are some screenshots:
68+
The support for JUnit 5 is now broader. `@DisplayName` is now supported. Here is the screenshot:
6969

7070
- `@DisplayName`
7171

7272
![@DisplayName](https://github.com/Microsoft/vscode-java-pack/raw/master/release-notes/v0.5.0/junit5-displayname.png)
7373

74-
- `@ParameterizedTest`
75-
76-
![@ParameterizedTest](https://github.com/Microsoft/vscode-java-pack/raw/master/release-notes/v0.5.0/junit5-parameterizedtest.png)
77-
7874
### Lazy load
7975

8076
In the original implementation of Java Test Runner, the test case info is fully loaded during startup. This is no longer true in the latest version. Now, the loading only happens when necessary, e.g. when you expand a project to see the test classes in Test viewlet.

0 commit comments

Comments
 (0)