org.scalacheck.Commands

trait Command

[source: org/scalacheck/Commands.scala]

trait Command
extends AnyRef
An abstract command
Direct Known Subclasses:
Commands.SetCommand

Method Summary
protected abstract def apply (s : S) : Any
abstract def nextState (s : S) : S
def postCondition (s : S, r : Any) : Boolean
def preCondition (s : S) : Boolean
protected[Commands] def run (s : S) : Any
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
protected[Commands] def run(s : S) : Any

protected abstract def apply(s : S) : Any

abstract def nextState(s : S) : S

def preCondition(s : S) : Boolean

def postCondition(s : S, r : Any) : Boolean