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.
我可以使用哪些选项在 F# 代码库上执行突变测试?
例如,是否有可用的框架?
取决于你想要什么样的突变。
传统的变异测试是通过在字节码/IL 级别进行变异来执行的,这意味着您使用什么语言编写它并不重要。
不幸的是,仍然没有任何东西比PIT Java Mutation Testing更成熟。您将获得的最接近的是Ninja Turtles,但我在这方面的成功有限。