which command Intellij uses to run junit5 testcases internally

已回答

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

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

1

Thanks for the reply

0

请先登录再写评论。