Public Member Functions | |
def | __init__ |
Constructor of the strategy. | |
Private Attributes | |
_n | |
Set number of elements to change. |
HotFuzz random mutation strategy. This mutation strategy will randomly select 2 elements from a data model to fuzz
def Peach::MutateStrategies::ppstrategies::DoubleRandomMutationStrategy::__init__ | ( | self, | ||
args | ||||
) |
Constructor of the strategy.
Does basic initialization
args | Constructor arguments. No special arguments are required by this strategy |
Reimplemented from Peach::MutateStrategies::ppstrategies::RandomMutationStrategy.
Set number of elements to change.
Reimplemented from Peach::MutateStrategies::ppstrategies::RandomMutationStrategy.