Source set: Common
public 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.
public class ComposeTimeoutException(message: String?) : Throwable(message)
Thrown in cases where Compose test can't satisfy a condition in a defined time limit.