Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/
DBitmapMatcher.kt65 expectedHeight: Int, in <lambda>()
70 val height = if (expectedHeight < actualHeight) expectedHeight else actualHeight in <lambda>()
DAlmostPerfectMatcher.kt89 expectedHeight: Int, in <lambda>()
94 val height = if (expectedHeight < actualHeight) expectedHeight else actualHeight in <lambda>()
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DScreenshotTestRule.kt199 expectedHeight = expected.height, in <lambda>()
214 val expectedHeight = expected.height in <lambda>() constant
218 "Sizes are different! Expected: [$expectedWidth, $expectedHeight], Actual: [${ in <lambda>()