Home
last modified time | relevance | path

Searched refs:screenshotRule (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DExternalViewScreenshotTestRule.kt42 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>()
DViewScreenshotTestRule.kt44 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>()
DFragmentScreenshotTestRule.kt41 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/
DComposeScreenshotTestRule.kt56 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/
DViewToolkitTest.kt49 @get:Rule(order = 1) val screenshotRule = ScreenshotTestRule(goldenPathManager) in <lambda>() constant in platform.test.motion.view.ViewToolkitTest
56 bitmapDiffer = screenshotRule, in <lambda>()