scalacheck.Prop

class Result

[source: scalacheck/Prop.scala]

sealed abstract class Result(val args : scala.List[(Any, Int)])
extends AnyRef
The result of evaluating a property
Direct Known Subclasses:
Prop.True, Prop.False, Prop.Exception

Method Summary
def addArg (a : Any, shrinks : Int) : Product with Result
override def equals (x : Any) : Boolean
def failure : Boolean
def success : Boolean
Methods inherited from AnyRef
getClass, hashCode, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
override def equals(x : Any) : Boolean

def success : Boolean

def failure : Boolean

def addArg(a : Any, shrinks : Int) : Product with Result