Home
last modified time | relevance | path

Searched defs:activityRule (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DFragmentScreenshotTestRule.kt46 private val activityRule = ActivityScenarioRule(FragmentScreenshotActivity::class.java) in <lambda>() constant
DViewScreenshotTestRule.kt51 private val activityRule = ActivityScenarioRule(ScreenshotActivity::class.java) in <lambda>() constant
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/
DDeviceEmulationRuleTest.kt58 @get:Rule val activityRule = ActivityScenarioRule(Activity::class.java) in <lambda>() constant in platform.test.screenshot.DeviceEmulationRuleTest
/platform_testing/libraries/motion/tests/src/platform/test/motion/view/
DViewToolkitTest.kt50 @get:Rule(order = 2) val activityRule = ActivityScenarioRule(ScreenshotActivity::class.java) in <lambda>() constant in platform.test.motion.view.ViewToolkitTest