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

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

#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.