public interface

ActiveRootLister

android.support.test.espresso.base.ActiveRootLister

Class Overview

Provides access to all root views in an application.

Summary

Public Methods
abstract List<Root> listActiveRoots()
Lists the active roots in an application at this moment.

Public Methods

public abstract List<Root> listActiveRoots ()

Lists the active roots in an application at this moment.

Returns
  • a list of all the active roots in the application.
Throws
IllegalStateException if invoked from a thread besides the main thread.