DpadRecyclerView
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
DpadRecyclerView
dpadrecyclerview-testing
/
com.rubensousa.dpadrecyclerview.testing.matchers
/
FocusedRootMatcher
Focused
Root
Matcher
class
FocusedRootMatcher
:
TypeSafeMatcher
<
Root
>
A matcher that finds the current window root with focus
Members
Constructors
Focused
Root
Matcher
Link copied to clipboard
constructor
(
)
Functions
_
dont_
implement_
Matcher_
_
_
instead_
extend_
Base
Matcher_
Link copied to clipboard
fun
_dont_implement_Matcher___instead_extend_BaseMatcher_
(
)
describe
Mismatch
Link copied to clipboard
fun
describeMismatch
(
item
:
Any
?
,
description
:
Description
?
)
describe
To
Link copied to clipboard
open
override
fun
describeTo
(
description
:
Description
)
matches
Link copied to clipboard
fun
matches
(
item
:
Any
?
)
:
Boolean
matches
Safely
Link copied to clipboard
open
override
fun
matchesSafely
(
root
:
Root
)
:
Boolean