registerIdlingResource
Source set: Common
@ExperimentalTestApi
fun ComposeUiTest.registerIdlingResource(idlingResource: IdlingResource): Boolean
Attempts to register an IdlingResource in this test.
This implementation checks isIdlingResourceSupported before attempting to register the resource.
Returns
| true if the idling resource was successfully registered, or false if the implementation does not support idling resources. |