microsoft / microsoft/vscode-java-test
Missing parameterized tests in UI?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 340
- Forks
- 173
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 18
Description
When running JUnit parameterized tests, some tests seem to be missing from the UI.
I cannot post the full code but I have a parameterized test classes with 10 set of parameters. When running them, only 7 are shown in the UI but I see the logs for all of them in the "Test Output" console.
Not sure if this is a bug or if there is a limit to how many tests are shown? If it's the second one, is there a way to change that limit (did not find anything in the settings)?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with a JUnit parameterized test class containing 10 parameter sets, then compare the UI's listed tests with the entries in the "Test Output" console. Determine whether the missing entries reflect an unintended limit or another discovery/display problem; done means all parameterized cases appear correctly or the limit and its configuration are documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript, vscode
- Domain
- developer-experience, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100