public final class GregorEngineFactory extends Object implements MutationEngineFactory
Constructor and Description |
---|
GregorEngineFactory() |
Modifier and Type | Method and Description |
---|---|
MutationEngine |
createEngine(EngineArguments args) |
MutationEngine |
createEngineWithMutators(Collection<String> excludedMethods,
Collection<? extends MethodMutatorFactory> mutators) |
String |
description() |
String |
name() |
public MutationEngine createEngine(EngineArguments args)
createEngine
in interface MutationEngineFactory
public MutationEngine createEngineWithMutators(Collection<String> excludedMethods, Collection<? extends MethodMutatorFactory> mutators)
public String name()
name
in interface MutationEngineFactory
public String description()
description
in interface ClientClasspathPlugin
Copyright © 2021 org.pitest. All rights reserved.