February 24, 2017
android

You can change the locale programmatically in an Espresso test too. Here you can find a quick example I wrote. The key part is to restart…

January 23, 2017
android

I wrote an IdlingResource for Espresso that works with thread pools. You can find a repository in my github with an example application and…