Compose Unstyled 2.0 is out! Check the official announcement blog ->
Function

registerIdlingResource

Attempts to register an IdlingResource in this test.

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.

Last updated: