Searched refs:BitmapDiffer (Results 1 – 9 of 9) sorted by relevance
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/ |
D | BitmapDiffer.kt | 28 interface BitmapDiffer { interface
|
D | DialogScreenshotTest.kt | 28 bitmapDiffer: BitmapDiffer, in <lambda>()
|
D | ExternalViewScreenshotTestRule.kt | 43 ) : TestRule, BitmapDiffer by screenshotRule, ScreenshotAsserterFactory by screenshotRule { in <lambda>()
|
D | FragmentScreenshotTestRule.kt | 42 ) : TestRule, BitmapDiffer by screenshotRule, ScreenshotAsserterFactory by screenshotRule { in <lambda>()
|
D | ScreenshotTestRule.kt | 58 ) : TestRule, BitmapDiffer, ScreenshotAsserterFactory { in <lambda>() 424 bitmapDiffer: BitmapDiffer, in assertAgainstGolden()
|
D | ViewScreenshotTestRule.kt | 45 ) : TestRule, BitmapDiffer by screenshotRule, ScreenshotAsserterFactory by screenshotRule { in <lambda>()
|
/platform_testing/libraries/screenshot/utils/compose/src/platform/test/screenshot/utils/compose/ |
D | ComposeScreenshotTestRule.kt | 38 import platform.test.screenshot.BitmapDiffer 57 ) : TestRule, BitmapDiffer by screenshotRule, ScreenshotAsserterFactory by screenshotRule {
|
/platform_testing/libraries/motion/tests/src/platform/test/motion/truth/ |
D | RecordedMotionSubjectTest.kt | 45 import platform.test.screenshot.BitmapDiffer in <lambda>() 57 private val bitmapDiffer: BitmapDiffer = mock() in <lambda>()
|
/platform_testing/libraries/motion/src/platform/test/motion/ |
D | MotionTestRule.kt | 38 import platform.test.screenshot.BitmapDiffer in <lambda>() 59 internal val bitmapDiffer: BitmapDiffer? = null, in <lambda>()
|