Home
last modified time | relevance | path

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

/platform_testing/libraries/motion/src/platform/test/motion/testing/
DGoldenPathManagerFactory.kt31 pathConfig: PathConfig = PathConfig() in createGoldenPathManager()
39 pathConfig in createGoldenPathManager()
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/report/
DScubaExportStrategyTest.kt62 val subject = ExportToScubaStrategy(GoldenPathManager(context, pathConfig = PathConfig())) in getPathOnDeviceFor_emptyPathConfig_filenameIncludesPathElement()
78 val pathConfig = PathConfig(PathElementNoContext("foo", isDir = true) { "bar" }) in getPathOnDeviceFor_directoryElement_filenameIncludesPathElement() constant
79 val subject = ExportToScubaStrategy(GoldenPathManager(context, pathConfig = pathConfig)) in getPathOnDeviceFor_directoryElement_filenameIncludesPathElement()
95 val pathConfig = PathConfig(PathElementNoContext("foo", isDir = false) { "bar" }) in getPathOnDeviceFor_nonDirectoryElement_filenameIncludesPathElement() constant
96 val subject = ExportToScubaStrategy(GoldenPathManager(context, pathConfig = pathConfig)) in getPathOnDeviceFor_nonDirectoryElement_filenameIncludesPathElement()
112 val pathConfig = in getPathOnDeviceFor_multiplePathConfigs_filenameIncludesPathElement() constant
117 val subject = ExportToScubaStrategy(GoldenPathManager(context, pathConfig = pathConfig)) in getPathOnDeviceFor_multiplePathConfigs_filenameIncludesPathElement()
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DGoldenPathManager.kt60 val pathConfig: PathConfig = getSimplePathConfig() constant in platform.test.screenshot.GoldenPathManager
77 val relativePath = pathConfig.resolveRelativePath(appContext) in goldenImageIdentifierResolver()
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/
DGoldenPathManagerTest.kt45 pathConfig = PathConfig(PathElementNoContext("something", true) { "mydevice" }) in goldenIdentifierResolver_includesPathConfig()
/platform_testing/libraries/motion/tests/src/platform/test/motion/truth/
DRecordedMotionSubjectTest.kt55 pathConfig = PathConfig() in <lambda>()