dog.DogEvent.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dog_2.11 Show documentation
Show all versions of dog_2.11 Show documentation
yet another testing framework
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