Skip to content

ux: Improve the experience showing the JUnit4's parameterized tests#1302

Merged
jdneo merged 2 commits intomainfrom
cs/issue-1296
Sep 22, 2021
Merged

ux: Improve the experience showing the JUnit4's parameterized tests#1302
jdneo merged 2 commits intomainfrom
cs/issue-1296

Conversation

@jdneo
Copy link
Copy Markdown
Member

@jdneo jdneo commented Sep 9, 2021

fix #1296

Now when running JUnit4's parameterized tests, the appearance is like what it is in Eclipse:

Example 1

image
image

Example 2

image
image

Please note that the error message will only appear if triggering the test from the class level.

This is a limitation of VS Code, if a test run does not append results to the trigger item or its children, the test message will not show.

@jdneo jdneo added this to the 0.32.0 milestone Sep 9, 2021
@jdneo jdneo marked this pull request as ready for review September 22, 2021 05:39
@jdneo jdneo requested a review from Eskibear September 22, 2021 05:39
@jdneo jdneo merged commit 06f746a into main Sep 22, 2021
@jdneo jdneo deleted the cs/issue-1296 branch September 22, 2021 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New test runner reports are really weird for parameterized tests

2 participants