Package | Description |
---|---|
org.pitest.mutationtest.engine.gregor.mutators.rv |
Class and Description |
---|
ABSMutator
Mutator designed to insert (-) in front of Integer, Float, Long, Double
variable values.
|
AOD1Mutator
Mutator that replaces (a+b) by a;
Does the same for the operators (*,/,%,-).
|
AOD2Mutator
Mutator that replaces (a+b) by b;
Does the same for the operators (*,/,%,-).
|
AOR1Mutator |
AOR2Mutator |
AOR3Mutator |
AOR4Mutator |
CRCR1Mutator
Mutator that replaces an inline constant with 1;
|
CRCR2Mutator
Mutator that replaces an inline constant with 0;
|
CRCR3Mutator
Mutator that replaces an inline constant with -1;
|
CRCR4Mutator
Mutator that replaces an inline constant with -constant or with maxValue for minValue of int and long;
|
CRCR5Mutator
Mutator that replaces an inline constant with constant + 1
Does not mutate if precision would make the mutant equivalent;
|
CRCR6Mutator
Mutator that replaces an inline constant with constant-1;
Does not mutate if precision would make the mutant equivalent
|
OBBN1Mutator
Replaces bitwise "and" and "or" with each other
|
OBBN2Mutator
Replaces bitwise "and" and "or" by the first member
|
OBBN3Mutator
Replaces bitwise "and" and "or" by the second member
|
ROR1Mutator |
ROR2Mutator |
ROR3Mutator |
ROR4Mutator |
ROR5Mutator |
UOI1Mutator
Mutation operator changing (a) to (a++)
|
UOI2Mutator
Mutation operator changing (a) to (a--)
|
UOI3Mutator
Mutation operator changing (a) to (++a)
|
UOI4Mutator
Mutation operator changing (a) to (--a)
|
Copyright © 2021 org.pitest. All rights reserved.