You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the stupid question but I did not add vintage to my build.gradle and I did not see any configuration variable to related to this. I am wondering whether I could disable Vintage and only run Jupiter in one test?
Thanks.
The text was updated successfully, but these errors were encountered:
I'm using maven, and the test command for dap-java uses java junit standalone. It cannot seem to appreciate which test suite needs running for me either.
This helps: (setq dap-java-test-additional-args '("--exclude-engine=junit-vintage")
I am running a testing method in a Gradle project. However, every time the dap-mode will execute a Jupiter test and a Vintage test.
Sorry for the stupid question but I did not add vintage to my build.gradle and I did not see any configuration variable to related to this. I am wondering whether I could disable Vintage and only run Jupiter in one test?
Thanks.
The text was updated successfully, but these errors were encountered: