Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DFragmentScreenshotTestRule.kt43 private val colorsRule = MaterialYouColorsRule() in <lambda>() constant
49 private val deviceRule = RuleChain.outerRule(colorsRule).around(commonRule) in <lambda>()
50 private val roboRule = RuleChain.outerRule(colorsRule).around(timeZoneRule).around(commonRule) in <lambda>()
DExternalViewScreenshotTestRule.kt45 private val colorsRule = MaterialYouColorsRule() in <lambda>() constant
48 private val delegateRule = RuleChain.outerRule(colorsRule).around(roboRule) in <lambda>()
DViewScreenshotTestRule.kt46 private val colorsRule = MaterialYouColorsRule() in <lambda>() constant
57 private val deviceRule = RuleChain.outerRule(colorsRule).around(commonRule) in <lambda>()
59 RuleChain.outerRule(colorsRule).around(fontsRule).around(timeZoneRule) in <lambda>()
/platform_testing/libraries/screenshot/utils/compose/src/platform/test/screenshot/utils/compose/
DComposeScreenshotTestRule.kt58 private val colorsRule = MaterialYouColorsRule() constant
71 private val deviceRule = RuleChain.outerRule(colorsRule).around(commonRule)
74 .around(colorsRule)
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/
DMaterialYouColorsRuleTest.kt14 @get:Rule val colorsRule = MaterialYouColorsRule(colors) constant in platform.test.screenshot.MaterialYouColorsRuleTest