pitclipse
pitclipse copied to clipboard
Mutation testing for Java in Eclipse IDE. Based on PIT (Pitest).
AssertJ is much more readable and fluent
Similar to #136
Tests do not yet cover some code. Investigate that, especially for #136 `org.pitest.pitclipse.launch.ui`: - [x] org.pitest.pitclipse.launch.ui.PitLaunchShortcut - [x] A test with no tests - [x] If we select a README...
Now that PDE (and Tycho) support specifying Maven artifacts directly in the .target file
This is intended to replace the mutations view in the long run and provide more features. Currently there are markers which indicate a mutant in the corresponding java class. 
@echebbi a well-known limitation of using SonarCloud from GitHub Actions is that secrets are NOT available for external PRs. This means that we are not able to scan PRs with...
Hi there, I failed in getting a plugin for my eclipse. 1. In marketplace there is an outdated (?) version (https://marketplace.eclipse.org/content/pitclipse ): 0.31.4.201401081810 1.1 it does not stop but stresses...
## Motivation Currently Pitclipse only allows for workspace-scope preferences. However, it would be great to allow users to set their preferences per project. ## Implementation In term of UI, this...
This feature request depends on #77 (`Provide project-specific preferences`) ## Motivation Pitest can be [configured through Maven](http://pitest.org/quickstart/maven/). Pitclipse should be able to extract the configuration from the POM in order...
It would be cool, to be able to Test Eclipse-PlugIns with pitclipse. Currently it doesn't work because pitest is unable to resolve the dependencies.