This is an example for teaching principles for good unit tests.
The branches of this repo contain different stages of the example.
- master contains examples of bad tests. They are not unit tests.
- beispielloesungen contains suggestions for fixing some of those. For some of the examples, I have included alternative solutions.
Run all tests with ./gradlew (*nix) or gradlew.bat (Windows)
Create project files with ./gradlew eclipse or ./gradlew idea