Skip to content

A logic circuit simulator for playing with free build tools (CI, Unit Testing, Mutation Testing, etc).

License

Notifications You must be signed in to change notification settings

rossdrew/LogicSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A logic circuit simulator for playing with free build tools (CI, Unit Testing, Mutation Testing, etc).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages