Searched refs:pathConfig (Results 1 – 5 of 5) sorted by relevance
31 pathConfig: PathConfig = PathConfig() in createGoldenPathManager()39 pathConfig in createGoldenPathManager()
62 val subject = ExportToScubaStrategy(GoldenPathManager(context, pathConfig = PathConfig())) in getPathOnDeviceFor_emptyPathConfig_filenameIncludesPathElement()78 val pathConfig = PathConfig(PathElementNoContext("foo", isDir = true) { "bar" }) in getPathOnDeviceFor_directoryElement_filenameIncludesPathElement() constant79 val subject = ExportToScubaStrategy(GoldenPathManager(context, pathConfig = pathConfig)) in getPathOnDeviceFor_directoryElement_filenameIncludesPathElement()95 val pathConfig = PathConfig(PathElementNoContext("foo", isDir = false) { "bar" }) in getPathOnDeviceFor_nonDirectoryElement_filenameIncludesPathElement() constant96 val subject = ExportToScubaStrategy(GoldenPathManager(context, pathConfig = pathConfig)) in getPathOnDeviceFor_nonDirectoryElement_filenameIncludesPathElement()112 val pathConfig = in getPathOnDeviceFor_multiplePathConfigs_filenameIncludesPathElement() constant117 val subject = ExportToScubaStrategy(GoldenPathManager(context, pathConfig = pathConfig)) in getPathOnDeviceFor_multiplePathConfigs_filenameIncludesPathElement()
60 val pathConfig: PathConfig = getSimplePathConfig() constant in platform.test.screenshot.GoldenPathManager77 val relativePath = pathConfig.resolveRelativePath(appContext) in goldenImageIdentifierResolver()
45 pathConfig = PathConfig(PathElementNoContext("something", true) { "mydevice" }) in goldenIdentifierResolver_includesPathConfig()
55 pathConfig = PathConfig() in <lambda>()