hasPropsMatching

open fun <T1, T2> hasPropsMatching(propsMatcherPairs: Array<Pair<KProperty1<T2, T1>, Matcher<T1>>>): LithoAssertions.LithoComponentAssert

Assert that a given Component has a property matching the provided matcher.