| Package | Description |
|---|---|
| eu.stamp_project.mutationtest.descartes | |
| eu.stamp_project.mutationtest.descartes.codegeneration | |
| eu.stamp_project.mutationtest.descartes.operators |
| Modifier and Type | Method and Description |
|---|---|
Collection<MutationOperator> |
DescartesMutationEngine.getOperatorsFor(org.pitest.reloc.asm.commons.Method method) |
| Modifier and Type | Method and Description |
|---|---|
org.pitest.mutationtest.engine.MutationEngine |
DescartesEngineFactory.createEngine(Predicate<org.pitest.reloc.asm.commons.Method> excludedMethods,
Collection<MutationOperator> operators) |
| Constructor and Description |
|---|
DescartesMutationEngine(MutationOperator... operators) |
DescartesMutationEngine(Predicate<org.pitest.reloc.asm.commons.Method> excludedMethods,
MutationOperator... operators) |
| Constructor and Description |
|---|
DescartesMutationEngine(Collection<MutationOperator> operators) |
DescartesMutationEngine(Predicate<org.pitest.reloc.asm.commons.Method> excludedMethods,
Collection<MutationOperator> operators) |
| Constructor and Description |
|---|
MutationMethodAdapter(MutationOperator operator,
org.pitest.reloc.asm.commons.Method method,
org.pitest.reloc.asm.MethodVisitor mv) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantMutationOperator
A mutation operator that replaces the method body by a return instruction whose result is the given constant
|
class |
EmptyArrayMutationOperator |
class |
NullMutationOperator
Replaces the method body with a
return null statement |
class |
VoidMutationOperator
A class whose instances are able to mutate void methods and static initializers
(Constructors should call super constructors and so they aren't considered here)
|
| Modifier and Type | Method and Description |
|---|---|
static MutationOperator |
MutationOperator.fromID(String id) |
Copyright © 2018 eu.stamp-project. All rights reserved.