Package | Description |
---|---|
org.pitest.mutationtest.engine.gregor.mutators |
Class and Description |
---|
ArgumentPropagationMutator
Mutator for non-void methods that have a parameter that matches the return
type: it replaces the result of the method call with a parameter.
|
BooleanFalseReturnValsMutator
Replaces primitive and boxed boolean return values with false
|
BooleanTrueReturnValsMutator |
ConditionalsBoundaryMutator |
ConstructorCallMutator |
EmptyObjectReturnValsMutator
Mutates object return values to always return an "empty" value such
as 0, Optional.none etc.
|
IncrementsMutator |
InvertNegsMutator |
MathMutator |
NegateConditionalsMutator |
NonVoidMethodCallMutator |
NullReturnValsMutator
Mutates object return values to always return null
Does not mutate return types for which a more stable return value
mutation exists.
|
PrimitiveReturnsMutator
Replaces primitive return values with 0.
|
RemoveConditionalMutator.Choice |
ReturnValsMutator |
VoidMethodCallMutator |
Copyright © 2021 org.pitest. All rights reserved.