ScreenshotResultProto



Summary

Nested types

Public constructors

ScreenshotResultProto(
    result: ScreenshotResultProto.Status,
    comparisonStatistics: String,
    repoRootPath: String,
    locationOfGoldenInRepo: String,
    currentScreenshotFileName: String,
    diffImageFileName: String?,
    expectedImageFileName: String
)
android

Public constructors

ScreenshotResultProto

ScreenshotResultProto(
    result: ScreenshotResultProto.Status,
    comparisonStatistics: String,
    repoRootPath: String,
    locationOfGoldenInRepo: String,
    currentScreenshotFileName: String,
    diffImageFileName: String?,
    expectedImageFileName: String
)

Public properties

comparisonStatistics

val comparisonStatisticsString

currentScreenshotFileName

val currentScreenshotFileNameString

diffImageFileName

val diffImageFileNameString?

expectedImageFileName

val expectedImageFileNameString

locationOfGoldenInRepo

val locationOfGoldenInRepoString

repoRootPath

val repoRootPathString

result

val resultScreenshotResultProto.Status