DataBindingIdlingResourceRule

A JUnit rule that registers an idling resource for all fragment views that use data binding.

Constructors

Link copied to clipboard

Constructs a DataBindingIdlingResourceRule with lambda that can be used to execute an function that requires a root view references.

Link copied to clipboard

Constructs a DataBindingIdlingResourceRule that obtains the root view reference from the given activityScenarioRule.

Inherited functions

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