-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some tests inside static class won't run after click "Run All Tests" button #1283
Comments
Hey, can u add me as a contributor? I am working on it. Will solve this within somedays. |
@Preranamisra You can just raise your PR directly if you would like to, and I'll take a look then. This repo is open for any kind of contribution. |
@Preranamisra Is there anything I can help? |
@jdneo why the codelens disapper , in #1283 (comment)
|
@cyberskycat We adopted the new testing APIs from VS Code. It's using the left side 'testing decorations' to run tests now |
ok thanks, and the wiki FAQ should update this info |
Environment:
OS: Windows
JDK: 11
Java Test Runner Extension: 0.31.2
Repro steps:
1.git clone : https://github.com/ZhengJun003/junit5-samples/tree/testrunner
2.Open junit5-jupiter-starter-maven with VSCode
3.Click "Run All Tests" from Test Explorer
Result:

Tests inside static class don't run.
The text was updated successfully, but these errors were encountered: