Searched refs:getPathOnDeviceFor (Results 1 – 2 of 2) sorted by relevance
48 private fun ExportToScubaStrategy.getPathOnDeviceFor(fileType: OutputFileType) = in getPathOnDeviceFor() method in platform.test.screenshot.report.ScubaExportStrategyTest49 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 …]
110 internal fun getPathOnDeviceFor( in getPathOnDeviceFor() method in platform.test.screenshot.report.ExportToScubaStrategy175 val file = getPathOnDeviceFor(fileType, goldenIdentifier, testIdentifier) in writeToDevice()