Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/report/
DScubaExportStrategyTest.kt48 private fun ExportToScubaStrategy.getPathOnDeviceFor(fileType: OutputFileType) = in getPathOnDeviceFor() method in platform.test.screenshot.report.ScubaExportStrategyTest
49 getPathOnDeviceFor(fileType, goldenId, testId) in getPathOnDeviceFor()
64 assertThat(subject.getPathOnDeviceFor(IMAGE_ACTUAL).name) in getPathOnDeviceFor_emptyPathConfig_filenameIncludesPathElement()
66 assertThat(subject.getPathOnDeviceFor(IMAGE_EXPECTED).name) in getPathOnDeviceFor_emptyPathConfig_filenameIncludesPathElement()
68 assertThat(subject.getPathOnDeviceFor(IMAGE_DIFF).name) in getPathOnDeviceFor_emptyPathConfig_filenameIncludesPathElement()
70 assertThat(subject.getPathOnDeviceFor(RESULT_PROTO).name) in getPathOnDeviceFor_emptyPathConfig_filenameIncludesPathElement()
72 assertThat(subject.getPathOnDeviceFor(RESULT_BIN_PROTO).name) in getPathOnDeviceFor_emptyPathConfig_filenameIncludesPathElement()
81 assertThat(subject.getPathOnDeviceFor(IMAGE_ACTUAL).name) in getPathOnDeviceFor_directoryElement_filenameIncludesPathElement()
83 assertThat(subject.getPathOnDeviceFor(IMAGE_EXPECTED).name) in getPathOnDeviceFor_directoryElement_filenameIncludesPathElement()
85 assertThat(subject.getPathOnDeviceFor(IMAGE_DIFF).name) in getPathOnDeviceFor_directoryElement_filenameIncludesPathElement()
[all …]
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/report/
DScubaExportStrategy.kt110 internal fun getPathOnDeviceFor( in getPathOnDeviceFor() method in platform.test.screenshot.report.ExportToScubaStrategy
175 val file = getPathOnDeviceFor(fileType, goldenIdentifier, testIdentifier) in writeToDevice()