ComposeTimeoutException
Class
Common
class ComposeTimeoutException(message: String?) : Throwable(message)
Thrown in cases where Compose test can't satisfy a condition in a defined time limit.
class ComposeTimeoutException(message: String?) : Throwable(message)
Thrown in cases where Compose test can't satisfy a condition in a defined time limit.