Class IdlingResourceTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.robolectric.android.internal.IdlingResourceTimeoutException
All Implemented Interfaces:
Serializable

@Beta
public final class IdlingResourceTimeoutException
extends RuntimeException
Timeout exception thrown when idling resources are not idle for longer than the configured timeout.

See androidx.test.espresso.IdlingResourceTimeoutException.

Note: This API may be removed in the future in favor of using espresso's exception directly.

See Also:
Serialized Form