Class

ComposeNotIdleException

Thrown in cases where Compose can't get idle in Espresso's defined time limit.

Source set: Android

Added in 1.11.0-rc01

class ComposeNotIdleException(message: String?, cause: Throwable?) : Exception(message, cause)

Thrown in cases where Compose can't get idle in Espresso's defined time limit.