|
ScalaCheck 1.2
|
|
org/scalacheck/Commands.scala]
abstract
class
SetCommand
extends Command| Method Summary | |
abstract def
|
nextState (s : S, b : Binding) : S |
override final def
|
nextState (s : S) : S |
protected[Commands] override def
|
run (s : S) : Any |
| Methods inherited from Command | |
| apply (abstract), preCondition, postCondition |
| 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.2
|
|