javalanche
javalanche copied to clipboard
Disabling optimizing of tests run
I am trying to use JavaLanche on a test suite that has tests written in Groovy. For the same tests written in Java, Javalanche creates 6 mutants, but for the Groovy version of tests it creates 36 mutants. Also, the dynamic nature of Groovy may be causing Javalanche to not run "all' tests since the optimization may give false negatives. Is there a way around this?