将ClassName替换为自定义字符串以在Intellij Scalatest窗口中显示
对于特定的用例,我们正在尝试用
className
在Intellij Scala测试案例窗口中验证className 。
为此,我们在Spec类中覆盖了ToString方法,如下所示: -
override def toString: String = s"Verifying ${getClass.getSimpleName}"
仍然在Intellij Test类中,我们只能看到test className名称。
请建议如何实施它。
For a specific use case, we are trying to replace
ClassName with Verifying ClassName
in IntelliJ scala test case window.
For that, we overridden toString method in spec class as below :-
override def toString: String = s"Verifying ${getClass.getSimpleName}"
Still in IntelliJ test class, we can see only test ClassName name.
Kindly suggest, how to implement it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论