Source set: Android
class ComposeNotIdleException(message: String?, cause: Throwable?) : Exception(message, cause)
Thrown in cases where Compose can't get idle in Espresso's defined time limit.
Thrown in cases where Compose can't get idle in Espresso's defined time limit.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
class ComposeNotIdleException(message: String?, cause: Throwable?) : Exception(message, cause)
Thrown in cases where Compose can't get idle in Espresso's defined time limit.
Last updated: