The second test for MTSS course. The badge are connected to the build page, the Coveralls page for coverage test of the Repo and the checkstyle report webpage.
The project is developed using TDD for the two principal classes. All the tests are made using ArrangeActAssert and following the JUnit standard, making sure that the tests are expressive, simple to read and compact. All this results in code that should follow the A-Trip and Right Bicep standard.
The tests cover all the lines and uses Coveralls to check the overall coverage for the develop and main branches.
The Checkstyle default values has been modified with reasonable values (50 for method lenght for example).
Devs:
- Lorenzo Soligo 2101057 RomanPrinter + Linked tests
- Pietro Giulio Bassi 2137999 RomanConverter + Linked tests
The code was devided equally divided between the two of us and the idea was to make a release for every feature as real-world projects. All the branches are visible as well as the release tags, one for every new feature implemented.