ScalaCheck 1.0
|
|
scalacheck/Prop.scala
]
case
class
Exception(val
as : scala.List[(Any, Int)], val
e : Throwable)
extends
Result with
ProductValues and Variables inherited from Result | |
args |
Method Summary | |
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 | |
equals, success, failure, addArg |
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 final
def
productPrefix : String
override final
def
productArity : Int
ScalaCheck 1.0
|
|