which command Intellij uses to run junit5 testcases internally

Answered

I am running the junit5 test cases, directly inside the intellij, using right click on the tests and then clicking on Run As Junit Tests. It runs all the test cases. SO, I wanted to know, which command does intellij uses to run the test cases or what does intellij internally do to run the test cases.

0
2 comments

Here is the command-line to run the tests:  https://i.imgur.com/gW02d9S.png

1

Thanks for the reply

0

Please sign in to leave a comment.