java.lang.Object | |
↳ | android.support.test.espresso.IdlingPolicy |
Allows users to control idling idleTimeouts in Espresso.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The amount of time the policy allows a resource to be non-idle.
| |||||||||||
The unit for
getIdleTimeout() .
| |||||||||||
Invoked when the idle idleTimeout has been exceeded.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The amount of time the policy allows a resource to be non-idle.
Invoked when the idle idleTimeout has been exceeded.
busyResources | the resources that are not idle. |
---|---|
message | an additional message to include in an exception. |