Specflow:生成单词之间带有下划线的测试
在specflow中,如果您创建一个名称为“Do SomethingUsel”的场景,则生成的单元测试将被命名为“DoSomethingUsefull”(不带空格)。如果您的场景名称很长,那么这在 nunit 测试运行程序中不太可读。
有没有办法用下划线分隔单词? (比如设定?)
In specflow, if you create a scenario with a name such as "Do something usefull", the generated unit test will be named "DoSomethingUsefull" (without spaces). This is not very readeable in the nunit test runner if you have long names for scenarios.
Is there a way to separate words with underscore? (like a setting?)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
现在唯一的办法就是修改SpecFlow的源代码
The only way now is to modify the SpecFlow's source code