Home
last modified time | relevance | path

Searched refs:isDir (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DGoldenPathManager.kt93 abstract val isDir: Boolean constant in platform.test.screenshot.PathElementBase
102 override val isDir: Boolean, constant in platform.test.screenshot.PathElementNoContext
113 override val isDir: Boolean, constant in platform.test.screenshot.PathElementWithContext
131 } + if (it.isDir) "/" else "_" in resolveRelativePath()
165 PathElementNoContext(MODEL_TAG, isDir = true, ::getDeviceModel), in getDeviceVariantPathConfig()
166 PathElementNoContext("variant", isDir = true) { variant }, in getDeviceVariantPathConfig()
175 PathElementNoContext(DISPLAY_TAG, isDir = true) { emulationSpec.display.name }, in getEmulatedDevicePathConfig()
176 PathElementNoContext(THEME_TAG, isDir = false) { in getEmulatedDevicePathConfig()
179 PathElementNoContext(ORIENTATION_TAG, isDir = false) { in getEmulatedDevicePathConfig()
/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()
95 val pathConfig = PathConfig(PathElementNoContext("foo", isDir = false) { "bar" }) in getPathOnDeviceFor_nonDirectoryElement_filenameIncludesPathElement()
114 PathElementNoContext("foo", isDir = true) { "bar" }, in getPathOnDeviceFor_multiplePathConfigs_filenameIncludesPathElement()
115 PathElementNoContext("one", isDir = false) { "two" } in getPathOnDeviceFor_multiplePathConfigs_filenameIncludesPathElement()