Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DBitmap.kt20 import platform.test.screenshot.matchers.MSSIMMatcher
38 MSSIMMatcher()
48 val IntegrationTestBitmapMatcher = MSSIMMatcher()
DScreenshotTestRule.kt36 import platform.test.screenshot.matchers.MSSIMMatcher in <lambda>()
426 matcher: BitmapMatcher = MSSIMMatcher(), in assertAgainstGolden()
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/
DMSSIMMatcherTest.kt24 import platform.test.screenshot.matchers.MSSIMMatcher
37 val matcher = MSSIMMatcher() in performDiff_sameBitmaps()
57 val matcher = MSSIMMatcher() in performDiff_noPixelsCompared()
85 val matcher = MSSIMMatcher() in performDiff_sameRegion()
105 val matcher = MSSIMMatcher() in performDiff_checkedAgainstUnchecked()
124 val matcher = MSSIMMatcher() in performDiff_differentBorders()
143 val matcher = MSSIMMatcher() in performDiff_fullscreen_differentBorders_dark()
162 val matcher = MSSIMMatcher() in performDiff_differentBorders_dark()
181 val matcher = MSSIMMatcher() in performDiff_fullscreen_movedToRight()
200 val matcher = MSSIMMatcher() in performDiff_fullscreen_checkboxes_differentRadius()
DScreenshotTestRuleTest.kt37 import platform.test.screenshot.matchers.MSSIMMatcher
95 matcher = MSSIMMatcher(), in goldenIdentifierResolver()
109 val matcher = MSSIMMatcher() in goldenIdentifierResolver()
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/
DMSSIMMatcher.kt31 class MSSIMMatcher(@FloatRange(from = 0.0, to = 1.0) private val threshold: Double = 0.98) : class