Package | Description |
---|---|
org.pitest.mutationtest | |
org.pitest.mutationtest.engine.gregor | |
org.pitest.mutationtest.engine.gregor.config |
Modifier and Type | Method and Description |
---|---|
MutationEngine |
MutationEngineFactory.createEngine(EngineArguments arguments) |
Modifier and Type | Class and Description |
---|---|
class |
GregorMutationEngine
The default (and currently only) mutation engine for PIT.
|
Modifier and Type | Method and Description |
---|---|
MutationEngine |
GregorEngineFactory.createEngine(EngineArguments args) |
MutationEngine |
GregorEngineFactory.createEngineWithMutators(Collection<String> excludedMethods,
Collection<? extends MethodMutatorFactory> mutators) |
Copyright © 2021 org.pitest. All rights reserved.