Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/subject/region/
DRegionSubject.kt88 .forIncorrectRegion("region") in <lambda>()
105 .forIncorrectRegion("region") in <lambda>()
247 .forIncorrectRegion("region. $region should cover at most $other") in <lambda>()
267 .forIncorrectRegion("region. $region area should not be bigger than $testArea") in <lambda>()
285 .forIncorrectRegion( in <lambda>()
310 .forIncorrectRegion("region. $region center point should be inside $other") in <lambda>()
324 .forIncorrectRegion("region. $region should cover at least $other") in <lambda>()
344 .forIncorrectRegion("region. $region should cover exactly $other") in <lambda>()
364 .forIncorrectRegion("region. $region should overlap with $other") in <lambda>()
383 .forIncorrectRegion("region. $region should not overlap with $other") in <lambda>()
[all …]
/platform_testing/libraries/flicker/src/android/tools/flicker/subject/exceptions/
DExceptionMessageBuilder.kt52 fun forIncorrectRegion(propertyName: String) = setMessage("Incorrect $propertyName") in forInvalidElement() method