Releases: microsoft/vscode-java-test
Releases · microsoft/vscode-java-test
0.19.0 - 2019-08-12
12 Aug 02:09
Compare
Sorry, something went wrong.
No results found
Added
Support JUnit 5 meta-annotations. #737
Support JUnit 5 @TestTemplate. PR #763
Changed
Add redhat.java into the extension dependency list. PR #760
Fixed
0.18.2 - 2019-07-23
23 Jul 02:22
Compare
Sorry, something went wrong.
No results found
0.18.1 - 2019-06-28
28 Jun 03:28
Compare
Sorry, something went wrong.
No results found
Added
Support customizing the visibility of Run Test and Debug Test CodeLens through setting: java.test.editor.enableShortcuts. #374
Fixed
0.18.0 - 2019-06-11
11 Jun 04:33
Compare
Sorry, something went wrong.
No results found
Added
Support automatically show the test report after execution. #673
Support JUnit 5 @Nested annotation. #685
Fixed
0.17.0 - 2019-05-22
23 May 00:53
Compare
Sorry, something went wrong.
No results found
Added
Support Junit 5 TestFactory annotation. #644
Changed
Automatically add "--enable-preview" to vmargs when necessary. #669
Fixed
0.16.0 - 2019-04-10
09 Apr 10:46
Compare
Sorry, something went wrong.
No results found
Added
Add a new command Java: Migrate Deprecated 'launch.test.json' to help migrate the launch.test.json files. #664
Removed
Stop supporting launch.test.json. #650
Fixed
Encoding issue for the Test Runner. #662
Can resolve the classpath of the invisible project. #348
0.15.1 - 2019-03-19
19 Mar 08:42
Compare
Sorry, something went wrong.
No results found
0.15.0 - 2019-03-11
11 Mar 09:18
Compare
Sorry, something went wrong.
No results found
0.15.0 - 2019-03-11
Added
Support JUnit 4 @RunWith annotation. #272
Support JUnit 4 @Theory annotation. #628
Support JUnit 5 @RepeatedTest annotation. #594
Fixed
0.14.1 - 2019-02-19
19 Feb 03:33
Compare
Sorry, something went wrong.
No results found
Added
Support ${workspaceFolder} in 'vmargs', 'args' and the value of each entry in 'env' in the test configurations. #602
Fixed
SecurityException when running JUnit 5 tests. #477
Wrong order of arguments passing to Test Runner. #592
Fail to resolve configurations which contain ${workspaceFolder}. #599
Report page always goes back to the top after the navigation button is clicked. #606
0.14.0 - 2019-01-21
21 Jan 10:45
Compare
Sorry, something went wrong.
No results found
Added
Add the log level setting. #555
Navigate to the source code from the test explorer. #558
Changed
Redesign the user experience of running tests with configurations. More details #524
Fixed
Fix the bug that test scope is wrong when triggering tests from inner class level. #411
Fix the bug that tests which contain inner class will be skipped if triggered from the test explorer. #460
Improve the test output format. #505
Pack the test report resources into the extension vsix. #550