重命名 Visual Studio 类时重命名单元测试
关于 这个问题,刚刚出现:
我通常遵循命名约定LibraryClass
<-> LibraryClassTests
用于我的单元测试。但是,当使用 Visual Studio、R# 或 CodeRush(我已经测试了两者)中的默认重命名/重构功能重命名 LibraryClass
时,测试文件不会重命名,这意味着我可能有名为 的类LibraryClassTests
测试类ClassWithNewName
。
有没有办法配置 Visual Studio 和/或相同的扩展,以便每当我更改文件名时,相应的单元测试也会更改?
On a related note to this question, which just came up:
I commonly follow the naming convention LibraryClass
<-> LibraryClassTests
for my unit tests. However, when renaming LibraryClass
using the default rename/refactor functionality in either Visual Studio, R# or CodeRush (I have tested both) the test file is not renamed, meaning I might have class called LibraryClassTests
that tests the class ClassWithNewName
.
Is there a way to configure Visual Studio and/or an extension to the same so that whenever I change the name of a file, the corresponding unit test is also changed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论