Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/report/
DDevicelessDevMachineExportStrategy.kt39 private val imageExtension = ".png" in <lambda>() constant in platform.test.screenshot.report.DevicelessDevMachineExportStrategy
76 check(imagePath.endsWith(imageExtension)) in <lambda>()
80 imagePath.substring(0, imagePath.length - imageExtension.length) + ".html" in <lambda>()
DScubaExportStrategy.kt38 private val imageExtension = ".png" constant
136 .replace(imageExtension, "") in getOnDeviceImageSuffix()
145 .replace(imageExtension, "") in getOnDeviceArtifactsSuffix()
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/
DScreenshotTestRuleTest.kt122 val imageExtension = ".png" in goldenIdentifierResolver() constant