使用 ScalaTest 在 SBT 中提供详细的测试报告
如何让SBT生成更详细的测试输出?现在我唯一得到的是方法的名称和堆栈跟踪 - 我想对其有更多的控制,以摆脱堆栈跟踪,并且可能具有格式化信息,例如预期的、实际的...
谢谢您的帮助
how to let SBT generate more detailed outputs of tests? Now only thing I get is the name of method and stack trace - I would like to have some more control over it, to get rid of stack trace, and possibly have formatted info e.g. expected, actual...
Thank you for help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常你应该得到一些输出。举个例子:
将返回:
你能展示你的测试代码吗?
要关闭堆栈跟踪,您可以使用:
Normally you should get some output. As an example:
will return:
Can you show your test code?
To turn off the stacktrace you can use: