{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

ComposeNotIdleException

public final class ComposeNotIdleException extends Exception

java.lang.Object
   ↳ kotlin.Throwable
     ↳ java.lang.Exception
       ↳ androidx.compose.ui.test.junit4.android.ComposeNotIdleException

Thrown in cases where Compose can't get idle in Espresso's defined time limit.

Summary

Public constructors

Inherited methods

From kotlin.Throwable

Public constructors

ComposeNotIdleException

public ComposeNotIdleException(String message, Throwable cause)