public class DescartesMutationEngine extends Object implements org.pitest.mutationtest.engine.MutationEngine
| Constructor and Description |
|---|
DescartesMutationEngine(Collection<MutationOperator> operators) |
DescartesMutationEngine(MutationOperator... operators) |
DescartesMutationEngine(Predicate<org.pitest.reloc.asm.commons.Method> excludedMethods,
Collection<MutationOperator> operators) |
DescartesMutationEngine(Predicate<org.pitest.reloc.asm.commons.Method> excludedMethods,
MutationOperator... operators) |
| Modifier and Type | Method and Description |
|---|---|
org.pitest.mutationtest.engine.Mutater |
createMutator(org.pitest.classinfo.ClassByteArraySource byteSource) |
Collection<String> |
getMutatorNames() |
String |
getName() |
Collection<MutationOperator> |
getOperatorsFor(org.pitest.reloc.asm.commons.Method method) |
String |
toString() |
public DescartesMutationEngine(Collection<MutationOperator> operators)
public DescartesMutationEngine(MutationOperator... operators)
public DescartesMutationEngine(Predicate<org.pitest.reloc.asm.commons.Method> excludedMethods, MutationOperator... operators)
public DescartesMutationEngine(Predicate<org.pitest.reloc.asm.commons.Method> excludedMethods, Collection<MutationOperator> operators)
public org.pitest.mutationtest.engine.Mutater createMutator(org.pitest.classinfo.ClassByteArraySource byteSource)
createMutator in interface org.pitest.mutationtest.engine.MutationEnginepublic Collection<String> getMutatorNames()
getMutatorNames in interface org.pitest.mutationtest.engine.MutationEnginepublic Collection<MutationOperator> getOperatorsFor(org.pitest.reloc.asm.commons.Method method)
public String getName()
getName in interface org.pitest.mutationtest.engine.MutationEngineCopyright © 2018 eu.stamp-project. All rights reserved.