org.scalacheck.Prop

class Result

[source: org/scalacheck/Prop.scala]

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

Method Summary
def addArg (a : Arg) : scala.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 : Arg) : scala.Product with Result