Module: Evilution::Runner::MutationExecutor::Strategy Private
- Defined in:
- lib/evilution/runner/mutation_executor/strategy.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Namespace for MutationExecutor's execution strategies (Sequential, Parallel). Concrete strategy classes live in strategy/sequential,parallel.rb and are autoloaded on first reference.
Defined Under Namespace
Classes: Parallel, Sequential