Package Peach :: Module group
[hide private]

Module group

source code

Default included Group implementations.


Author: Michael Eddington

Version: $Id: Peach.group-module.html 1138 2008-08-16 19:39:03Z meddingt $

Classes [hide private]
  Group
Groups allow for performing a next() call on a specific set of Generators allowing for more complex Fuzzing setups.
  GroupCompleted
Raised when group has completed all iterations.
  GroupSequence
A sequence of groups.
  GroupForever
This group will take a GroupSequence and perform random mutations on how generators are incremented.
  GroupFixed
Group object with a fixed number of iterations.
  GroupForeachDo
Foreach iteration of group A do group B