Class | Description |
---|---|
MemberVariableMutator |
The
MemberVariableMutator is a mutator that mutates assignments
to member variables by removing them. |
RemoveSwitchMutator |
Remove switch statements.
|
ReturnValuesMutator |
The
ReturnValuesMutator mutates the return values of method
calls. |
SwitchMutator |
Mutate switch statements.
|
Enum | Description |
---|---|
BigIntegerMutator | |
NakedReceiverMutator |
Mutator for non-void methods whos return type matches
the receiver's type that replaces the method call with the receiver.
|
RemoveIncrementsMutator |
Copyright © 2021 org.pitest. All rights reserved.