App para calcular o custo com combustível de uma viagem.
Implementado testes unitários utilizando o RobolectricTestRunner.
-
run all tests:
./gradlew clean test -
run all debug tests:
./gradlew clean testDebug
run all tests:
./gradlew clean test
run all debug tests:
./gradlew clean testDebug