How to run JUnit test cases from the command line

前端 未结 11 1567
花落未央
花落未央 2020-11-22 02:09

I would like to run JUnit test cases from the command line. How can I do this?

11条回答
  •  借酒劲吻你
    2020-11-22 02:25

    Actually you can also make the Junit test a runnable Jar and call the runnable jar as java -jar

提交回复
热议问题