Searched refs:screenshotRule (Results 1 – 5 of 5) sorted by relevance
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/ |
D | ExternalViewScreenshotTestRule.kt | 42 private val screenshotRule: ScreenshotTestRule = ScreenshotTestRule(pathManager) constant 43 ) : TestRule, BitmapDiffer by screenshotRule, ScreenshotAsserterFactory by screenshotRule { in <lambda>() 47 private val roboRule = RuleChain.outerRule(deviceEmulationRule).around(screenshotRule) in <lambda>() 66 ScreenshotRuleAsserter.Builder(screenshotRule) in <lambda>()
|
D | ViewScreenshotTestRule.kt | 44 private val screenshotRule: ScreenshotTestRule = ScreenshotTestRule(pathManager) in <lambda>() constant 45 ) : TestRule, BitmapDiffer by screenshotRule, ScreenshotAsserterFactory by screenshotRule { in <lambda>() 53 RuleChain.outerRule(deviceEmulationRule).around(screenshotRule).around(activityRule) in <lambda>() 159 screenshotRule.assertBitmapAgainstGolden(bitmap, goldenIdentifier, matcher) in <lambda>() 173 screenshotRule, in <lambda>()
|
D | FragmentScreenshotTestRule.kt | 41 private val screenshotRule: ScreenshotTestRule = ScreenshotTestRule(pathManager) in <lambda>() constant 42 ) : TestRule, BitmapDiffer by screenshotRule, ScreenshotAsserterFactory by screenshotRule { in <lambda>() 48 RuleChain.outerRule(deviceEmulationRule).around(screenshotRule).around(activityRule) in <lambda>()
|
/platform_testing/libraries/screenshot/utils/compose/src/platform/test/screenshot/utils/compose/ |
D | ComposeScreenshotTestRule.kt | 56 private val screenshotRule: ScreenshotTestRule = ScreenshotTestRule(pathManager) constant 57 ) : TestRule, BitmapDiffer by screenshotRule, ScreenshotAsserterFactory by screenshotRule { 66 .around(screenshotRule) 139 screenshotRule.assertBitmapAgainstGolden(bitmap, goldenIdentifier, matcher) 148 screenshotRule, in dialogScreenshotTest()
|
/platform_testing/libraries/motion/tests/src/platform/test/motion/view/ |
D | ViewToolkitTest.kt | 49 @get:Rule(order = 1) val screenshotRule = ScreenshotTestRule(goldenPathManager) in <lambda>() constant in platform.test.motion.view.ViewToolkitTest 56 bitmapDiffer = screenshotRule, in <lambda>()
|