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

ComposeTimeoutException

kotlin.Any
   ↳ kotlin.Throwable
     ↳ androidx.compose.ui.test.ComposeTimeoutException

Thrown in cases where Compose test can't satisfy a condition in a defined time limit.

Summary

Public constructors

Cmn

Inherited properties

From kotlin.Throwable
open Throwable?
Cmn
open String?
Cmn

Public constructors

ComposeTimeoutException

ComposeTimeoutException(message: String?)