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.
我正在尝试寻找可以改变 Java 源代码的工具。我正在寻找这些工具来评估自动调试算法的有效性。迄今为止,我一直在程序中手动注入故障以测试这些算法。我认为突变将是自动化这项任务的好方法。
到目前为止,我只能找到变异测试工具,比如 Pitest 和 Jester。这些工具,尽管有我正在寻找的变异器,但不会保存变异的源文件,这正是我所追求的。所以,请不要向我推荐只对内存中的程序进行变异的变异测试工具。
有这样的工具吗?