Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在处理一个包含许多 NUnit 测试的项目,这些测试已经在很久以前编写了。在这些测试上运行 Pex 并扩展它们的最佳方法是什么?我尝试在正在测试的方法上运行 Pex,但 Pex 想要创建新项目和新测试,并且不会选择旧项目。
使用 Pex,您需要创建接受参数的测试。然后,Pex 将查看这些方法,就像它们是行测试一样,然后生成自己的测试以最大化代码覆盖率。