简体   繁体   English

如何在F#代码库上执行变异测试?

[英]How can I perform mutation tests on an F# codebase?

What options are available for me to execute mutation tests on an F# codebase? 我可以在F#代码库上执行变异测试的选项有哪些?

For example, are there any frameworks available? 例如,有没有可用的框架?

Depends what sort of mutations you want. 取决于你想要的那种突变。

Traditional mutation testing is performed by mutating at a byte-code/IL level, which means it doesn't matter what language you used to write it. 传统的突变测试是通过在字节码/ IL级别进行变异来执行的,这意味着您使用哪种语言编写它并不重要。

Unfortunately, there still isn't anything even nearly as mature as PIT Java Mutation Testing . 不幸的是,仍然没有像PIT Java Mutation Testing那样成熟的东西。 The closest you will get is Ninja Turtles , but I've had limited success with that. 你最接近的是Ninja Turtles ,但我的成功有限。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM