CheckResult

scalaprops.CheckResult
See theCheckResult companion class
object CheckResult

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Exhausted(succeeded: Int, discarded: Int, seed: Seed) extends CheckResult

Attributes

Supertypes
class CheckResult
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Falsified(succeeded: Int, discarded: Int, args: List[Arg], seed: Seed) extends CheckResult

Attributes

Supertypes
class CheckResult
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class GenException(succeeded: Int, discarded: Int, exception: Throwable, seed: Seed) extends CheckResult

Attributes

Supertypes
class CheckResult
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Ignored(succeeded: Int, discarded: Int, reason: String, seed: Seed) extends CheckResult

Attributes

Supertypes
class CheckResult
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Passed(succeeded: Int, discarded: Int, seed: Seed) extends CheckResult

Attributes

Supertypes
class CheckResult
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class PropException(succeeded: Int, discarded: Int, args: List[Arg], exception: Throwable, seed: Seed) extends CheckResult

Attributes

Supertypes
class CheckResult
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Proven(succeeded: Int, discarded: Int, seed: Seed) extends CheckResult

Attributes

Supertypes
class CheckResult
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Timeout(succeeded: Int, discarded: Int, seed: Seed) extends CheckResult

Attributes

Supertypes
class CheckResult
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror