Home
last modified time | relevance | path

Searched refs:MaterialYouColorsRule (Results 1 – 6 of 6) sorted by relevance

/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/
DMaterialYouColorsRuleTest.kt14 @get:Rule val colorsRule = MaterialYouColorsRule(colors)
/platform_testing/libraries/screenshot/utils/compose/src/platform/test/screenshot/utils/compose/
DComposeScreenshotTestRule.kt44 import platform.test.screenshot.MaterialYouColorsRule
58 private val colorsRule = MaterialYouColorsRule()
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DMaterialYouColorsRule.kt36 class MaterialYouColorsRule(private val colors: MaterialYouColors = MaterialYouColors.GreenBlue) : in <lambda>() class
DExternalViewScreenshotTestRule.kt45 private val colorsRule = MaterialYouColorsRule() in <lambda>()
DFragmentScreenshotTestRule.kt43 private val colorsRule = MaterialYouColorsRule() in <lambda>()
DViewScreenshotTestRule.kt46 private val colorsRule = MaterialYouColorsRule() in <lambda>()