All Downloads are FREE. Search and download functionalities are using the official Maven repository.

app.cash.paparazzi.gradle.reporting.DiffImage.kt Maven / Gradle / Ivy

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