public class TimersIdlingResource
extends DetoxBaseIdlingResource
| Modifier and Type | Class and Description |
|---|---|
static class |
TimersIdlingResource.Companion |
| Modifier and Type | Field and Description |
|---|---|
static TimersIdlingResource.Companion |
Companion |
| Constructor and Description |
|---|
TimersIdlingResource(IdleInterrogationStrategy interrogationStrategy,
kotlin.jvm.functions.Function0<android.view.Choreographer> getChoreographer) |
TimersIdlingResource(IdleInterrogationStrategy interrogationStrategy) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkIdle() |
void |
doFrame(long frameTimeNanos) |
java.lang.String |
getName() |
protected void |
notifyIdle() |
void |
registerIdleTransitionCallback(androidx.test.espresso.IdlingResource.ResourceCallback callback) |
checkIdle, isIdleNow, notifyIdle, pause, resumepublic static TimersIdlingResource.Companion Companion
@JvmOverloads
public TimersIdlingResource(@NotNull
IdleInterrogationStrategy interrogationStrategy,
@NotNull
kotlin.jvm.functions.Function0<android.view.Choreographer> getChoreographer)
@JvmOverloads
public TimersIdlingResource(@NotNull
IdleInterrogationStrategy interrogationStrategy)
@NotNull public java.lang.String getName()
public void registerIdleTransitionCallback(@Nullable
androidx.test.espresso.IdlingResource.ResourceCallback callback)
protected boolean checkIdle()
public void doFrame(long frameTimeNanos)
protected void notifyIdle()