Android APIs
public static interface

IdlingResource.ResourceCallback

android.support.test.espresso.IdlingResource.ResourceCallback

Class Overview

Registered by an IdlingResource to notify Espresso of a transition to idle.

Summary

Public Methods
abstract void onTransitionToIdle()
Called when the resource goes from busy to idle.

Public Methods

public abstract void onTransitionToIdle ()

Called when the resource goes from busy to idle.