Package | Description |
---|---|
org.pitest.mutationtest.engine | |
org.pitest.mutationtest.engine.gregor | |
org.pitest.mutationtest.execute |
Modifier and Type | Method and Description |
---|---|
MutationIdentifier |
MutationDetails.getId()
Returns the identified for this mutation
|
Modifier and Type | Method and Description |
---|---|
int |
MutationIdentifier.compareTo(MutationIdentifier other) |
Mutant |
Mutater.getMutation(MutationIdentifier id)
Creates a mutant matching the given MutationIdentifier
|
boolean |
MutationIdentifier.matches(MutationIdentifier id)
Returns true if this mutation has a matching identifier
|
Boolean |
MutationDetails.matchesId(MutationIdentifier id)
Returns true if this mutation has a matching identifier
|
Constructor and Description |
---|
MutationDetails(MutationIdentifier id,
String filename,
String description,
int lineNumber,
int block) |
MutationDetails(MutationIdentifier id,
String filename,
String description,
int lineNumber,
int block,
boolean isInFinallyBlock,
PoisonStatus poison) |
Modifier and Type | Method and Description |
---|---|
MutationIdentifier |
MutationContext.registerMutation(MethodMutatorFactory factory,
String description) |
Modifier and Type | Method and Description |
---|---|
Mutant |
GregorMutater.getMutation(MutationIdentifier id) |
boolean |
MutationContext.shouldMutate(MutationIdentifier newId) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultReporter.describe(MutationIdentifier i) |
void |
Reporter.describe(MutationIdentifier i) |
void |
DefaultReporter.report(MutationIdentifier i,
MutationStatusTestPair mutationDetected) |
void |
Reporter.report(MutationIdentifier i,
MutationStatusTestPair mutationDetected) |
Copyright © 2021 org.pitest. All rights reserved.