SystemUiIdlingResourceRule

class SystemUiIdlingResourceRule : OnRootViewIdlingResourceRule

An idling resource rule that waits for the system UI to be loaded.

Constructors

Link copied to clipboard
fun SystemUiIdlingResourceRule(onRootView: OnRootView, forceIdle: Boolean = false)
Link copied to clipboard
fun SystemUiIdlingResourceRule(activityScenarioRule: ActivityScenarioRule<out Activity>, forceIdle: Boolean = false)

Inherited functions

Link copied to clipboard
open override fun apply(baseStatement: Statement, description: Description): Statement