has Direct Matching Component With Matcher
open fun <T2, T1> hasDirectMatchingComponentWithMatcher(kClass: KClass, propsMatcherPairs: Array<Pair<KProperty1<T2, T1>, Matcher<T1>>>): LithoViewAssert
Asserts that the LithoView contains a Component with props that matches given matcher at any level of the hierarchy
Parameters
k Class
class of a component
props Matcher Pairs
Pairs of props and their matchers