Simple logic circuit simulator in order to play around with TDD, Mockito, Pitest, Travis CI and codecov (using JaCoCo)
A mutation testing framework developed by Henry Coles, essentially mutates your code to see if your unit tests can pick it up. Effectively unit testing your unit tests.
For a complete mutation test with Pitest the command is normally
mvn org.pitest:pitest-maven:mutationCoverage
However, I have included it in my test phase so it is run as part of
mvn test
JaCoCo reports are also generated in the test phase.
- Add some UI for creating gate configurations.
- Fix the code coverage