Category: Uncategorized

  • 3 Uncommon Android Testing Tricks

    Table of Contents Github Sample Code Intro Let’s be honest. Writing tests on Android is a horrible experience. Most of the time when I want to cover a single method under a test, it is more research and boilerplate than I would like to spend my precious time on. Reading Android documentation is pretty much…