Searched refs:bitmapDiffer (Results 1 – 6 of 6) sorted by relevance
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/ |
D | DialogScreenshotTest.kt | 28 bitmapDiffer: BitmapDiffer, in <lambda>() 62 bitmapDiffer.assertBitmapAgainstGolden(
|
D | ScreenshotTestRule.kt | 424 bitmapDiffer: BitmapDiffer, in assertAgainstGolden() 429 bitmapDiffer.assertBitmapAgainstGolden( in assertAgainstGolden()
|
/platform_testing/libraries/motion/src/platform/test/motion/truth/ |
D | RecordedMotionSubject.kt | 99 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/ |
D | RecordedMotionSubjectTest.kt | 57 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/ |
D | ViewToolkitTest.kt | 56 bitmapDiffer = screenshotRule, in <lambda>()
|
/platform_testing/libraries/motion/src/platform/test/motion/ |
D | MotionTestRule.kt | 59 internal val bitmapDiffer: BitmapDiffer? = null, in <lambda>() constant in platform.test.motion.MotionTestRule
|