From Exercism Java Track (easy).
ReverseString
Leap
ResistorColor
DnDCharacter
PangramChecker
Hamming
Gigasecond
SpaceAge
Acronym
Scrabble
ProteinTranslator
Meetup
# 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.