ScalaCheck 1.0
|
|
scalacheck/Arbitrary.scala
]
abstract
class
Arbitrary[T]
extends
AnyRefMethod Summary | |
protected abstract def
|
getArbitrary : Gen[T] |
protected def
|
getShrink (x : T) : Stream[T] |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
ScalaCheck 1.0
|
|