Searched refs:ExportToScubaStrategy (Results 1 – 4 of 4) sorted by relevance
48 private fun ExportToScubaStrategy.getPathOnDeviceFor(fileType: OutputFileType) = in getPathOnDeviceFor() method62 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 …]
48 val exportStrategy = ExportToScubaStrategy(goldenPathManager) in reportResult()
35 class ExportToScubaStrategy( class
40 import platform.test.screenshot.report.ExportToScubaStrategy in <lambda>()84 private val scubaExportStrategy = ExportToScubaStrategy(goldenPathManager) in <lambda>()