scalacheck.Prop

class False

[source: scalacheck/Prop.scala]

case class False(val as : scala.List[(Any, Int)])
extends Result with Product
The property was false with the given arguments
Values 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
Overrides
Product.productPrefix

override final def productArity : Int
Overrides
Product.productArity

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