public class NullMutationOperator extends MutationOperator
return null statement| Constructor and Description |
|---|
NullMutationOperator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canMutate(org.pitest.reloc.asm.commons.Method method)
Returns a value indicating whether the operator can transform the given method.
|
void |
generateCode(org.pitest.reloc.asm.commons.Method method,
org.pitest.reloc.asm.MethodVisitor mv) |
String |
getDescription() |
String |
getID() |
fromIDpublic boolean canMutate(org.pitest.reloc.asm.commons.Method method)
null could be assigned to the return type.canMutate in class MutationOperatormethod - Method to be tested by the operatorpublic void generateCode(org.pitest.reloc.asm.commons.Method method,
org.pitest.reloc.asm.MethodVisitor mv)
generateCode in class MutationOperatorpublic String getID()
getID in class MutationOperatorpublic String getDescription()
getDescription in class MutationOperatorCopyright © 2018 eu.stamp-project. All rights reserved.