Class 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 Detail

      • IdlingResourceTimeoutException

        public IdlingResourceTimeoutException​(List<String> resourceNames)