unregisterIdlingResource
Source set: Common
public fun ComposeUiTest.unregisterIdlingResource(idlingResource: IdlingResource): Boolean
Attempts to unregister an IdlingResource in this test.
This implementation checks isIdlingResourceSupported before attempting to unregister the resource.
Parameters
| idlingResource | IdlingResource to unregister from the test |
Return
true if the idling resource was successfully unregistered, or false if the implementation does not support idling resources.