Package org.robolectric.android.internal
Class IdlingResourceTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.robolectric.android.internal.IdlingResourceTimeoutException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdlingResourceTimeoutException
-