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
@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
-
Constructor Summary
Constructors Constructor Description IdlingResourceTimeoutException(List<String> resourceNames)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString