Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DDialogScreenshotTest.kt28 bitmapDiffer: BitmapDiffer, in <lambda>()
62 bitmapDiffer.assertBitmapAgainstGolden(
DScreenshotTestRule.kt424 bitmapDiffer: BitmapDiffer, in assertAgainstGolden()
429 bitmapDiffer.assertBitmapAgainstGolden( in assertAgainstGolden()
/platform_testing/libraries/motion/src/platform/test/motion/truth/
DRecordedMotionSubject.kt99 val bitmapDiffer = in filmstripMatchesGolden() constant
100 checkNotNull(motionTestRule.bitmapDiffer) { in filmstripMatchesGolden()
111 bitmapDiffer.assertBitmapAgainstGolden(filmstripBitmap, goldenIdentifier, bitmapMatcher) in filmstripMatchesGolden()
/platform_testing/libraries/motion/tests/src/platform/test/motion/truth/
DRecordedMotionSubjectTest.kt57 private val bitmapDiffer: BitmapDiffer = mock() in <lambda>() constant in platform.test.motion.truth.RecordedMotionSubjectTest
59 spy(MotionTestRule(Unit, goldenPathManager, bitmapDiffer)) { in <lambda>()
131 whenever(bitmapDiffer.assertBitmapAgainstGolden(any(), any(), any(), any())) in <lambda>()
/platform_testing/libraries/motion/tests/src/platform/test/motion/view/
DViewToolkitTest.kt56 bitmapDiffer = screenshotRule, in <lambda>()
/platform_testing/libraries/motion/src/platform/test/motion/
DMotionTestRule.kt59 internal val bitmapDiffer: BitmapDiffer? = null, in <lambda>() constant in platform.test.motion.MotionTestRule