FocusedRootMatcher

class FocusedRootMatcher : TypeSafeMatcher<Root>

A matcher that finds the current window root with focus

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun describeMismatch(item: Any?, description: Description?)
Link copied to clipboard
open override fun describeTo(description: Description)
Link copied to clipboard
fun matches(item: Any?): Boolean
Link copied to clipboard
open override fun matchesSafely(root: Root): Boolean