Searched refs:MSSIMMatcher (Results 1 – 5 of 5) sorted by relevance
20 import platform.test.screenshot.matchers.MSSIMMatcher38 MSSIMMatcher()48 val IntegrationTestBitmapMatcher = MSSIMMatcher()
36 import platform.test.screenshot.matchers.MSSIMMatcher in <lambda>()426 matcher: BitmapMatcher = MSSIMMatcher(), in assertAgainstGolden()
24 import platform.test.screenshot.matchers.MSSIMMatcher37 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()
37 import platform.test.screenshot.matchers.MSSIMMatcher95 matcher = MSSIMMatcher(), in goldenIdentifierResolver()109 val matcher = MSSIMMatcher() in goldenIdentifierResolver()
31 class MSSIMMatcher(@FloatRange(from = 0.0, to = 1.0) private val threshold: Double = 0.98) : class