Home
last modified time | relevance | path

Searched refs:deviceRule (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DFragmentScreenshotTestRule.kt49 private val deviceRule = RuleChain.outerRule(colorsRule).around(commonRule) in <lambda>() constant
54 val ruleToApply = if (isRobolectric) roboRule else deviceRule in <lambda>()
DViewScreenshotTestRule.kt57 private val deviceRule = RuleChain.outerRule(colorsRule).around(commonRule) in <lambda>() constant
66 val ruleToApply = if (isRobolectric) roboRule else deviceRule in <lambda>()
/platform_testing/libraries/screenshot/utils/compose/src/platform/test/screenshot/utils/compose/
DComposeScreenshotTestRule.kt71 private val deviceRule = RuleChain.outerRule(colorsRule).around(commonRule) constant
81 val ruleToApply = if (isRobolectric) roboRule else deviceRule in apply()