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

scalaprops.ScalapropsEvent.scala Maven / Gradle / Ivy

There is a newer version: 0.6.3
Show newest version
package scalaprops

import sbt.testing._
import scalaz.\&/

final case class ScalapropsEvent(
  fullyQualifiedName: String,
  fingerprint: Fingerprint,
  selector: Selector,
  status: Status,
  throwable: OptionalThrowable,
  duration: Long,
  result: Throwable \&/ CheckResult
) extends Event




© 2015 - 2024 Weber Informatics LLC | Privacy Policy