Home
last modified time | relevance | path

Searched refs:componentsAsString (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/flicker/src/android/tools/flicker/subject/region/
DRegionTraceSubject.kt34 private val componentsAsString = constant in android.tools.flicker.subject.region.RegionTraceSubject
51 addAssertion("isHigherOrEqual($other, $componentsAsString)") { it.isHigherOrEqual(other) } in isHigherOrEqual()
59 addAssertion("isLowerOrEqual($other, $componentsAsString)") { it.isLowerOrEqual(other) } in isLowerOrEqual()
64 addAssertion("isToTheRight($other, $componentsAsString)") { it.isToTheRight(other) } in <lambda>()
72 addAssertion("isHigher($other, $componentsAsString)") { it.isHigher(other) } in isHigher()
80 addAssertion("isLower($other, $componentsAsString)") { it.isLower(other) } in isLower()
85 addAssertion("coversAtMost($other, $componentsAsString") { it.coversAtMost(other) } in <lambda>()
93 addAssertion("notBiggerThan($other, $componentsAsString") { it.notBiggerThan(other) } in coversAtMost()
98 addAssertion("isToTheRightBottom($other, $componentsAsString") { in <lambda>()
105 addAssertion("regionsCenterPointInside($other, $componentsAsString") { in <lambda>()
[all …]