Skip to content

Most visited

Recently visited

navigation

IdlingResourceTimeoutException

public final class IdlingResourceTimeoutException
extends RuntimeException implements EspressoException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ android.support.test.espresso.IdlingResourceTimeoutException


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

IdlingResourceTimeoutException(List<String> resourceNames)

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

IdlingResourceTimeoutException

IdlingResourceTimeoutException (List<String> resourceNames)

Parameters
resourceNames List
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.