Home
last modified time | relevance | path

Searched refs:ExportToScubaStrategy (Results 1 – 4 of 4) 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
62 val subject = ExportToScubaStrategy(GoldenPathManager(context, pathConfig = PathConfig())) in getPathOnDeviceFor_emptyPathConfig_filenameIncludesPathElement()
79 val subject = ExportToScubaStrategy(GoldenPathManager(context, pathConfig = pathConfig)) in getPathOnDeviceFor_directoryElement_filenameIncludesPathElement()
96 val subject = ExportToScubaStrategy(GoldenPathManager(context, pathConfig = pathConfig)) in getPathOnDeviceFor_nonDirectoryElement_filenameIncludesPathElement()
117 val subject = ExportToScubaStrategy(GoldenPathManager(context, pathConfig = pathConfig)) in getPathOnDeviceFor_multiplePathConfigs_filenameIncludesPathElement()
133 val subject = ExportToScubaStrategy(GoldenPathManager(context)) in reportResult_withoutOptionalArgs_writesActualAndProto()
151 val subject = ExportToScubaStrategy(GoldenPathManager(context)) in reportResult_withDiff_writesDiff()
170 val subject = ExportToScubaStrategy(GoldenPathManager(context)) in reportResult_withExpected_writesExpected()
189 val subject = ExportToScubaStrategy(GoldenPathManager(context)) in reportResult_passed_writesStatus()
203 val subject = ExportToScubaStrategy(GoldenPathManager(context)) in reportResult_failed_writesStatus()
[all …]
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/report/
DDiffResultExportStrategy.kt48 val exportStrategy = ExportToScubaStrategy(goldenPathManager) in reportResult()
DScubaExportStrategy.kt35 class ExportToScubaStrategy( class
/platform_testing/libraries/motion/src/platform/test/motion/
DMotionTestRule.kt40 import platform.test.screenshot.report.ExportToScubaStrategy in <lambda>()
84 private val scubaExportStrategy = ExportToScubaStrategy(goldenPathManager) in <lambda>()