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

Added option to select target class to mutate #173

Closed JKutscha closed 3 years ago

JKutscha commented 3 years ago

Issue #164.

JKutscha commented 3 years ago

This is currently blocked by #152, because I implemented in this PR helper methods which allow running specific launch configuration. This would be needed to test this feature.

LorenzoBettini commented 3 years ago

@JKutscha why have you closed this?

JKutscha commented 3 years ago

@JKutscha why have you closed this?

I need to work on that right now, because of my deadline and so I closed this to avoid complications like the ones happend on #152.