app.cash.paparazzi.gradle.reporting.DiffImage.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of paparazzi-gradle-plugin Show documentation
Show all versions of paparazzi-gradle-plugin Show documentation
A Gradle plugin to set up the Paparazzi test library
The newest version!
package app.cash.paparazzi.gradle.reporting
internal data class DiffImage(
val path: String, // TODO relative path
val base64EncodedImage: String,
val testClass: String,
val testMethod: String
) {
val text: String
get() = "Error displaying image for $path"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy