TestsΒΆ

To run the unit tests type

make test

To run code coverage analysis type

make coverage

This will open a html report in a browser once finished.

Warning

The tests will start servers at localhost:8080. Make sure that this port is free before running the tests otherwise the tests might not run properly.