renault-digital-2020

A selection of exercism exercices

From Exercism Java Track (easy).

Execute test and check results

# Executes tests and generates report in build/reports/tests/test/index.html
./gradlew tests

# Copy report from build/reports/tests/test/index.html to docs/tests/test/index.html 
./gradlew copyReport

See tests results in JUnit test report.