Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/report/
DScubaExportStrategy.kt115 val imageSuffix = getOnDeviceImageSuffix(goldenIdentifier) in getPathOnDeviceFor() constant
122 OutputFileType.IMAGE_ACTUAL -> "${succinctTestIdentifier}_actual_$imageSuffix" in getPathOnDeviceFor()
123 OutputFileType.IMAGE_EXPECTED -> "${succinctTestIdentifier}_expected_$imageSuffix" in getPathOnDeviceFor()
124 OutputFileType.IMAGE_DIFF -> "${succinctTestIdentifier}_diff_$imageSuffix" in getPathOnDeviceFor()