Home
last modified time | relevance | path

Searched refs:roboRule (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DExternalViewScreenshotTestRule.kt47 private val roboRule = RuleChain.outerRule(deviceEmulationRule).around(screenshotRule) in <lambda>() constant
48 private val delegateRule = RuleChain.outerRule(colorsRule).around(roboRule) in <lambda>()
53 val ruleToApply = if (isRobolectric) roboRule else delegateRule in <lambda>()
DFragmentScreenshotTestRule.kt50 private val roboRule = RuleChain.outerRule(colorsRule).around(timeZoneRule).around(commonRule) in <lambda>() constant
54 val ruleToApply = if (isRobolectric) roboRule else deviceRule in <lambda>()
DViewScreenshotTestRule.kt58 private val roboRule = 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.kt72 private val roboRule = constant
81 val ruleToApply = if (isRobolectric) roboRule else deviceRule in apply()