Deprecating idling resource libraries
[]
Jake Wharton
Deprecating idling resource libraries Waiting until idle generally increased the stability of tests since at that point the UI should be stable. Like using R.id to target views, idling resources expose the internals of your application to the testing framework in a way that no real user can match.