Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Files

Latest commit

Apr 18, 2021
0f6638d · Apr 18, 2021

History

History

test

#Test

Utilities around Espresso and Android testing.

Idling Resources

  1. FragmentGoneIdlingResource : An IdlingResource that waits until a fragment is no longer in the FragmentManager.

  2. FragmentVisibleIdlingResource: An IdlingResource that waits until a fragment is added to the FragmentManager and is visible.

  3. TimerIdlingResource: An Idling resource that becomes Idle after time has elapsed.