从 Eclipse 上的 Junit 测试捕获计时数据
在 Eclipse Galileo (3.5) 上运行时,我注意到我的测试显示了每次测试运行的时间。有没有办法捕获这些信息?是否有 API 或者它存储在结果文件中?
屏幕截图
Running on Eclipse Galileo (3.5), I noticed my tests show the timing of each test run. Is there a way to capture and this information? Is there an API or is it stored in a result file?
Screenshot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们可以使用 Rule 来获取每种测试方法的持续时间:
We could use Rule to get time durations for each test method: