Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/report/
DScubaExportStrategy.kt46 private val bundleKeyPrefix = "platform_screenshots_" constant
78 report.putString(bundleKeyPrefix + OutputFileType.IMAGE_ACTUAL, it.absolutePath) in reportResult()
83 report.putString(bundleKeyPrefix + OutputFileType.IMAGE_DIFF, it.absolutePath) in reportResult()
89 report.putString(bundleKeyPrefix + OutputFileType.IMAGE_EXPECTED, it.absolutePath) in reportResult()
97 report.putString(bundleKeyPrefix + OutputFileType.RESULT_PROTO, it.absolutePath) in reportResult()
104 report.putString(bundleKeyPrefix + OutputFileType.RESULT_BIN_PROTO, it.absolutePath) in reportResult()