scalacheck.Test

class Exhausted

[source: scalacheck/Test.scala]

case class Exhausted
extends Result with Product
The property test was exhausted, it wasn't possible to generate enough concrete arguments satisfying the preconditions to get enough passing property evaluations.
Method Summary
override def equals (arg0 : Any) : Boolean
override def hashCode : Int
override final def productArity : Int
override final def productElement (arg0 : Int) : Any
override final def productPrefix : String
override def toString : String
Methods inherited from Product
element, arity
Methods inherited from Result
passed
Methods inherited from AnyRef
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
override def hashCode : Int

override def toString : String

override def equals(arg0 : Any) : Boolean

override final def productPrefix : String
Overrides
Product.productPrefix

override final def productArity : Int
Overrides
Product.productArity

override final def productElement(arg0 : Int) : Any
Overrides
Product.productElement