/bowling-kata-java

Uncle Bobs bowling kata using gradle and junit

Primary LanguageJava

bowling-kata-java

Uncle Bobs bowling kata using gradle and junit

Gradle and JUnit setup taken from Alex LaFroscia Gist

$ gradle build

$ gradle test

$ open build/reports/tests/index.html - to show the tests

$ gradle jacoco

$ open build/reports/jacoco/test/html/index.htm - to show test coverage