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

ComposeNotIdleException

class ComposeNotIdleException : Exception

kotlin.Any
   ↳ 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 functions

From kotlin.Throwable

Inherited properties

From kotlin.Throwable

Public constructors

ComposeNotIdleException

ComposeNotIdleException(message: String?, cause: Throwable?)