public class RemoveConditionalMutator extends Object implements MethodMutatorFactory
Modifier and Type | Class and Description |
---|---|
static class |
RemoveConditionalMutator.Choice |
Constructor and Description |
---|
RemoveConditionalMutator(RemoveConditionalMutator.Choice c,
boolean rc) |
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.MethodVisitor |
create(MutationContext context,
MethodInfo methodInfo,
org.objectweb.asm.MethodVisitor methodVisitor) |
String |
getGloballyUniqueId() |
String |
getName()
Returns a human readable
String representation of this
MethodMutatorFactory . |
static Iterable<MethodMutatorFactory> |
makeMutators() |
public RemoveConditionalMutator(RemoveConditionalMutator.Choice c, boolean rc)
public static Iterable<MethodMutatorFactory> makeMutators()
public org.objectweb.asm.MethodVisitor create(MutationContext context, MethodInfo methodInfo, org.objectweb.asm.MethodVisitor methodVisitor)
create
in interface MethodMutatorFactory
public String getGloballyUniqueId()
getGloballyUniqueId
in interface MethodMutatorFactory
public String getName()
MethodMutatorFactory
String
representation of this
MethodMutatorFactory
. The return value of this method will be
used in reports to document and describe the mutation(s) applied by the
MethodVisitor
created by this
MethodMutatorFactory
.getName
in interface MethodMutatorFactory
Copyright © 2021 org.pitest. All rights reserved.