Source set: Common
Added in 1.11.0-rc01
class ComposeTimeoutException(message: String?) : Throwable(message)
Thrown in cases where Compose test can't satisfy a condition in a defined time limit.
Thrown in cases where Compose test can't satisfy a condition in a defined time limit.
Added in 1.11.0-rc01
class ComposeTimeoutException(message: String?) : Throwable(message)
Thrown in cases where Compose test can't satisfy a condition in a defined time limit.