hasPropsMatching
open fun <T1, T2> hasPropsMatching(property: KProperty1<T2, T1>, matcher: Matcher<T1>): ComponentAssert
Assert that a given Component has a property matching the provided matcher.
Assert that a given Component has a property matching the provided matcher.