registerAllIdlingResources

fun IdlingDispatcherProvider.registerAllIdlingResources()

Register all IdlingDispatcher properties of the receiver IdlingDispatcherProvider with Espresso's IdlingRegistry.

This should be done before executing a test.

After test execution, be sure to call the companion IdlingDispatcherProvider.unregisterAllIdlingResources.

See also

Sources

Link copied to clipboard