public final class IdlingPolicy
extends Object
java.lang.Object | |
↳ | android.support.test.espresso.IdlingPolicy |
允许用户控制Espresso中的闲置闲置超时时间。
Public methods |
|
---|---|
long |
getIdleTimeout() 策略允许资源非空闲的时间量。 |
TimeUnit |
getIdleTimeoutUnit() 单位为 |
void |
handleTimeout(List<String> busyResources, String message) 当超出空闲idleTimeout时调用。 |
Inherited methods |
|
---|---|
From class java.lang.Object
|
long getIdleTimeout ()
策略允许资源非空闲的时间量。
Returns | |
---|---|
long |
void handleTimeout (List<String> busyResources, String message)
当超出空闲idleTimeout时调用。
Parameters | |
---|---|
busyResources |
List : the resources that are not idle. |
message |
String : an additional message to include in an exception. |