scalaprops.ScalapropsEvent.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalaprops_2.10 Show documentation
Show all versions of scalaprops_2.10 Show documentation
property based testing library for Scala
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