Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.16 KB

license Build Status codecov

Logic Simulator

Simple logic circuit simulator in order to play around with TDD, Mockito, Pitest, Travis CI and codecov (using JaCoCo)

Pitest

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.

Running

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.

Future

  • Add some UI for creating gate configurations.
  • Fix the code coverage