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_sjs0.6_2.12.0-RC1 Show documentation
Show all versions of scalaprops_sjs0.6_2.12.0-RC1 Show documentation
property based testing library for Scala
The 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 - 2025 Weber Informatics LLC | Privacy Policy