ActiveRootLister

public interface ActiveRootLister

android.support.test.espresso.base.ActiveRootLister


提供对应用程序中所有根视图的访问。

Summary

Public methods

abstract List<Root> listActiveRoots()

列出此时应用程序中的活动根。

Public methods

listActiveRoots

List<Root> listActiveRoots ()

列出此时应用程序中的活动根。

Returns
List<Root> a list of all the active roots in the application.
Throws
IllegalStateException if invoked from a thread besides the main thread.