Home
last modified time | relevance | path

Searched defs:pathConfig (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/report/
DScubaExportStrategyTest.kt78 val pathConfig = PathConfig(PathElementNoContext("foo", isDir = true) { "bar" }) in getPathOnDeviceFor_directoryElement_filenameIncludesPathElement() constant
95 val pathConfig = PathConfig(PathElementNoContext("foo", isDir = false) { "bar" }) in getPathOnDeviceFor_nonDirectoryElement_filenameIncludesPathElement() constant
112 val pathConfig = in getPathOnDeviceFor_multiplePathConfigs_filenameIncludesPathElement() constant
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DGoldenPathManager.kt60 val pathConfig: PathConfig = getSimplePathConfig() constant in platform.test.screenshot.GoldenPathManager