krypton-org / krypton-android

Krypton client for Android applications and the JVM.
MIT License
0 stars 0 forks source link

Embrace TDD with JUnit #8

Closed nicobao closed 4 years ago

nicobao commented 4 years ago

Make JUnit tests first, and then write their corresponding implementations. Write the API you expect the user will use in the tests first. And then make the tests pass (Test Driven Development).

jrebecchi commented 4 years ago

Code covered by JUnit tests.