开发者

List jUnit Tests That Were Run

Is there a way to get a list of the jUnit tests that were run for the purpose of including that list 开发者_如何学Pythonin a report?

Rather than copying the 80 unit tests I ran, I was hoping to output it as html or a csv that I could then turn into a figure for my report.

Extra points if the pass/fail status of each test were included.


It depends how you run them, but if you're using maven, then the surefire plugin produces a report for you.

If you're using ant, see How do I use Ant to create HTML test reports?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜