Home
last modified time | relevance | path

Searched refs:assertBitmapAgainstGolden (Results 1 – 8 of 8) sorted by relevance

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DBitmapDiffer.kt46 fun assertBitmapAgainstGolden( method
DScreenshotTestRule.kt130 fun assertBitmapAgainstGolden( in <lambda>() method
136 assertBitmapAgainstGolden( in <lambda>()
165 override fun assertBitmapAgainstGolden( in <lambda>() method in platform.test.screenshot.ScreenshotTestRule
343 rule.assertBitmapAgainstGolden(actual, goldenId, matcher) in assertGoldenImage()
356 rule.assertBitmapAgainstGolden(actual, goldenId, matcher, areas) in assertGoldenImage()
429 bitmapDiffer.assertBitmapAgainstGolden( in assertAgainstGolden()
DDialogScreenshotTest.kt62 bitmapDiffer.assertBitmapAgainstGolden(
DFragmentScreenshotTestRule.kt122 assertBitmapAgainstGolden( in <lambda>()
DViewScreenshotTestRule.kt159 screenshotRule.assertBitmapAgainstGolden(bitmap, goldenIdentifier, matcher) in <lambda>()
/platform_testing/libraries/motion/src/platform/test/motion/truth/
DRecordedMotionSubject.kt111 bitmapDiffer.assertBitmapAgainstGolden(filmstripBitmap, goldenIdentifier, bitmapMatcher) in filmstripMatchesGolden()
/platform_testing/libraries/screenshot/utils/compose/src/platform/test/screenshot/utils/compose/
DComposeScreenshotTestRule.kt139 screenshotRule.assertBitmapAgainstGolden(bitmap, goldenIdentifier, matcher)
/platform_testing/libraries/motion/tests/src/platform/test/motion/truth/
DRecordedMotionSubjectTest.kt131 whenever(bitmapDiffer.assertBitmapAgainstGolden(any(), any(), any(), any())) in <lambda>()