Home
last modified time | relevance | path

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

/test/screenshot/screenshot/src/androidTest/java/androidx/test/screenshot/
DScreenshotTestRuleTest.kt52 val diffTextResultProto = rule.getPathOnDeviceFor(DIFF_TEXT_RESULT_PROTO) in <lambda>()
54 assertThat(rule.getPathOnDeviceFor(IMAGE_ACTUAL).exists()).isFalse() in <lambda>()
55 assertThat(rule.getPathOnDeviceFor(IMAGE_DIFF).exists()).isFalse() in <lambda>()
56 assertThat(rule.getPathOnDeviceFor(IMAGE_EXPECTED).exists()).isFalse() in <lambda>()
71 val diffTextResultProto = rule.getPathOnDeviceFor(DIFF_TEXT_RESULT_PROTO) in <lambda>()
73 assertThat(rule.getPathOnDeviceFor(IMAGE_ACTUAL).exists()).isTrue() in <lambda>()
74 assertThat(rule.getPathOnDeviceFor(IMAGE_DIFF).exists()).isTrue() in <lambda>()
75 assertThat(rule.getPathOnDeviceFor(IMAGE_EXPECTED).exists()).isTrue() in <lambda>()
90 val diffTextResultProto = rule.getPathOnDeviceFor(DIFF_TEXT_RESULT_PROTO) in <lambda>()
92 assertThat(rule.getPathOnDeviceFor(IMAGE_ACTUAL).exists()).isTrue() in <lambda>()
[all …]
/test/screenshot/screenshot/src/main/java/androidx/test/screenshot/
DScreenshotTestRule.kt308 internal fun getPathOnDeviceFor(fileType: OutputFileType): File { in getPathOnDeviceFor() method
337 val file = getPathOnDeviceFor(fileType) in writeToDevice()