microsoft / microsoft/vscode-java-test
When I run the spring source code test class, I get an error: No tests fount with test runner 'JUnit 5'
Open
Nobody has claimed this yet.
ai-triaged
bug
junit
question
test-discovery
- Dominant language
- TypeScript
- Stars
- 340
- Forks
- 173
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 18
Description
as title,When I run the spring source code test class, I get an error: No tests fount with test runner 'JUnit 5'
eg:spring-beans/src/test/java/org/springframework/beans/AbstractPropertyAccessorTests.java
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 failure by running spring-beans/src/test/java/org/springframework/beans/AbstractPropertyAccessorTests.java with the JUnit 5 test runner. Start by checking how this Spring source test class is discovered and launched, then verify the runner recognizes its tests. Done means the class runs without the “No tests found” error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, vscode
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100