|
ScalaCheck 1.2
|
|
org/scalacheck/Prop.scala]
sealed abstract
class
Result(val args : scala.List[Arg])
extends AnyRef| 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 |
|
ScalaCheck 1.2
|
|