isIdlingResourceSupported
Source set: Common
public fun ComposeUiTest.isIdlingResourceSupported(): Boolean
Capability query to determine if the current ComposeUiTest implementation supports registering an IdlingResource.
While IdlingResource is supported on Android and Desktop, currently it is not available on all targets (such as Web).
Return
true if the implementation supports IdlingResource registration, false otherwise.