| java.lang.Object | |
| ↳ | androidx.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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
The amount of time the policy allows a resource to be non-idle.
| Returns | |
|---|---|
long |
|
Invoked when the idle idleTimeout has been exceeded.
| Parameters | |
|---|---|
busyResources |
List: the resources that are not idle. |
message |
String: an additional message to include in an exception.
|