Android Why my date formatters test fails in CI and passes locally? The story of debugging date time formatting issue. It passes locally, it fails on CI. How can it be?
Android Testing Retrofit calls with OkHttp MockWebServer How to test Retrofit calls? Example of testing requests executed with Retrofit and OkHttp.
Android An attempt to unit test generated DataBinding code Story of an attempt to test the code generated by DataBinding library.
MVVM Building Unit Tests for ViewModel in TDD style In his example we will try to implement VenueDetailsViewModel in TDD style. TDD (Test Driven Development) is development technique, where developer relies on unit tests created before actual implementation.