javalanche icon indicating copy to clipboard operation
javalanche copied to clipboard

Disabling optimizing of tests run

Open gdevanla opened this issue 10 years ago • 0 comments

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?

gdevanla avatar Aug 05 '14 01:08 gdevanla