Pit Mutation testing is useful. It basically tests how effective your tests are and tells you missed conditions that aren’t being tested.
For Java: https://pitest.org
Edit: corrected to the more general name instead of a specific implementation.
Pit Mutation testing is useful. It basically tests how effective your tests are and tells you missed conditions that aren’t being tested.
For Java: https://pitest.org
Edit: corrected to the more general name instead of a specific implementation.