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

dog.DogEvent.scala Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
package dog

import sbt.testing._

final case class DogEvent[A](
  fullyQualifiedName: String,
  fingerprint: Fingerprint,
  selector: Selector,
  status: Status,
  throwable: OptionalThrowable,
  duration: Long,
  result: TestResult[A]
) extends Event




© 2015 - 2025 Weber Informatics LLC | Privacy Policy