Searched defs:pathConfig (Results 1 – 2 of 2) sorted by relevance
78 val pathConfig = PathConfig(PathElementNoContext("foo", isDir = true) { "bar" }) in getPathOnDeviceFor_directoryElement_filenameIncludesPathElement() constant95 val pathConfig = PathConfig(PathElementNoContext("foo", isDir = false) { "bar" }) in getPathOnDeviceFor_nonDirectoryElement_filenameIncludesPathElement() constant112 val pathConfig = in getPathOnDeviceFor_multiplePathConfigs_filenameIncludesPathElement() constant
60 val pathConfig: PathConfig = getSimplePathConfig() constant in platform.test.screenshot.GoldenPathManager