Searched refs:PathConfig (Results 1 – 5 of 5) sorted by relevance
60 val pathConfig: PathConfig = getSimplePathConfig()122 class PathConfig(vararg elems: PathElementBase) { class142 fun getDefaultPathConfig(): PathConfig { in getDefaultPathConfig()143 return PathConfig( in getDefaultPathConfig()152 fun getSimplePathConfig(): PathConfig { in getSimplePathConfig()153 return PathConfig(PathElementNoContext(MODEL_TAG, true, ::getDeviceModel)) in getSimplePathConfig()162 fun getDeviceVariantPathConfig(variant: String): PathConfig { in getDeviceVariantPathConfig()164 return PathConfig( in getDeviceVariantPathConfig()171 fun getEmulatedDevicePathConfig(emulationSpec: DeviceEmulationSpec): PathConfig { in getEmulatedDevicePathConfig()174 return PathConfig( in getEmulatedDevicePathConfig()
22 import platform.test.screenshot.PathConfig31 pathConfig: PathConfig = PathConfig() in createGoldenPathManager()
45 pathConfig = PathConfig(PathElementNoContext("something", true) { "mydevice" }) in goldenIdentifierResolver_includesPathConfig()73 PathConfig( in pathNoContextExtractor1()
30 import platform.test.screenshot.PathConfig62 val subject = ExportToScubaStrategy(GoldenPathManager(context, pathConfig = PathConfig())) in getPathOnDeviceFor_emptyPathConfig_filenameIncludesPathElement()78 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()113 PathConfig( in getPathOnDeviceFor_multiplePathConfigs_filenameIncludesPathElement()
47 import platform.test.screenshot.PathConfig in <lambda>()55 pathConfig = PathConfig() in <lambda>()