public abstract class MutationOperator extends Object
| Constructor and Description |
|---|
MutationOperator() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
canMutate(org.pitest.reloc.asm.commons.Method method)
Returns a value indicating whether the operator can transform the given method.
|
static MutationOperator |
fromID(String id) |
abstract void |
generateCode(org.pitest.reloc.asm.commons.Method method,
org.pitest.reloc.asm.MethodVisitor mv) |
abstract String |
getDescription() |
abstract String |
getID() |
public abstract boolean canMutate(org.pitest.reloc.asm.commons.Method method)
method - Method to be tested by the operatorpublic abstract void generateCode(org.pitest.reloc.asm.commons.Method method,
org.pitest.reloc.asm.MethodVisitor mv)
public abstract String getID()
public abstract String getDescription()
public static MutationOperator fromID(String id)
Copyright © 2018 eu.stamp-project. All rights reserved.