pitest / pitclipse

Mutation testing for Java in Eclipse IDE. Based on PIT (Pitest).
https://pitest.org
Apache License 2.0
59 stars 17 forks source link

Option to choose mutations to run #34

Closed philglover closed 10 years ago

tbuchber commented 10 years ago

It would be great if PITclipse provided an option, in Window, Preferences, Pitest, to list the mutators to run. My main request to be able to run ALL mutators, including the experiment mutators. If PITclipse provided an option to specify the list of mutators, the would allow me to specify "ALL", or specify a exact list.

Thanks for considering this.

BTW: PIT and PITclipse are awesome tools. Thank you for providing these tools.

edrdo commented 10 years ago

Yes, this would be a nice feature. I would also want to run all mutators. Is there any possibility of configuring the mutators otherwise, e.g., using an environment variable?

Best, Eduardo

philglover commented 10 years ago

No other way of configuring it at the moment. It is the next thing on my list - sorry I have not had much free time of late.

philglover commented 10 years ago

Ok, looking at this now. I propose for the first pass of this to add a global preference to choose the DEFAULTS, STRONGER & ALL mutations group. Can refine this later to allow choice of individual mutators and to allow this to be changed at a build configuration level.

tbuchber commented 10 years ago

Sounds reasonable. Thank you.

edrdo commented 10 years ago

Thanks.

philglover commented 10 years ago

Released on 27th June