Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/report/
DScubaExportStrategy.kt57 val resultProto = in reportResult() constant
67 resultProto.comparisonStatistics = comparisonStatistics in reportResult()
71 resultProto.imageLocationGolden = in reportResult()
77 resultProto.imageLocationTest = it.name in reportResult()
82 resultProto.imageLocationDiff = it.name in reportResult()
88 resultProto.imageLocationReference = it.name in reportResult()
94 it.write(resultProto.build().toString().toByteArray()) in reportResult()
101 it.write(resultProto.build().toByteArray()) in reportResult()