Home
last modified time | relevance | path

Searched refs:DiffResultExportStrategy (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/report/
DDiffResultExportStrategy.kt30 interface DiffResultExportStrategy { interface
47 fun createDefaultStrategy(goldenPathManager: GoldenPathManager): DiffResultExportStrategy { in reportResult()
67 private class MultiplexedStrategy(private val strategies: List<DiffResultExportStrategy>) :
68 DiffResultExportStrategy {
DDevicelessDevMachineExportStrategy.kt38 ) : DiffResultExportStrategy { in <lambda>()
DScubaExportStrategy.kt37 ) : DiffResultExportStrategy {
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DScreenshotTestRule.kt39 import platform.test.screenshot.report.DiffResultExportStrategy in <lambda>()
56 private val diffEscrowStrategy: DiffResultExportStrategy, in <lambda>()
66 DiffResultExportStrategy.createDefaultStrategy(goldenPathManager), in <lambda>()
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/
DScreenshotTestRuleTest.kt40 import platform.test.screenshot.report.DiffResultExportStrategy
354 class FakeDiffResultExport : DiffResultExportStrategy { in goldenIdentifierResolver()