Does pit support the naive detection strategy? I believe in the current setup it uses early-exit fine grained.Is there a way to make PIT run all tests against a mutant?
Thanks for the reply. In my understanding, the prioritiser would only change the order in which tests are run but still run only until first failure.
Is there an easy way to obtain the full mutation matrix, i.e., for each test what mutants it kills? This would have to run all selected tests against each mutant and not stop at the first failure?