MutatorWrapper is pretty useful trait. With it we can easily create custom mutators that wrap on existing ones. For example one can wrap FixedLenVecMutator to create custom mutator, which will only generate vectors with concrete fixed length, based on the type.
MutatorWrapper
is pretty useful trait. With it we can easily create custom mutators that wrap on existing ones. For example one can wrapFixedLenVecMutator
to create custom mutator, which will only generate vectors with concrete fixed length, based on the type.