ktalanda / tic-tac-toe

Sample Android project using TDD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Android app to show TDD approach.

Example is inspired by Test-Driven Java Development book written by Viktor Farcic and‎ Alex Garcia.

For code quality check:

./gradlew build ktlint

To run all tests in test-suit:

./gradlew test

About

Sample Android project using TDD.


Languages

Language:Kotlin 100.0%