IdlingResourceTimeoutException

public final class IdlingResourceTimeoutException extends RuntimeException implements EspressoException


Indicates that an IdlingResource, which has been registered with the framework, has not idled within the allowed time.

Since it is not safe to proceed with test execution while the registered resource is busy (as it is likely to cause inconsistent results in the test), this is an unrecoverable error. The test author should verify that the IdlingResource interface has been implemented correctly.

Summary

Public constructors

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

IdlingResourceTimeoutException

public IdlingResourceTimeoutException(List<String> resourceNames)