Package | Description |
---|---|
org.pitest.mutationtest | |
org.pitest.mutationtest.build | |
org.pitest.mutationtest.incremental |
Modifier and Type | Method and Description |
---|---|
Collection<MutationResult> |
MutationAnalyser.analyse(Collection<MutationDetails> mutationsForClasses) |
List<MutationResult> |
MutationStatusMap.createMutationResults() |
Collection<MutationResult> |
ClassMutationResults.getMutations() |
Collection<MutationResult> |
MutationMetaData.getMutations() |
Modifier and Type | Method and Description |
---|---|
void |
HistoryStore.recordResult(MutationResult result) |
Constructor and Description |
---|
ClassMutationResults(Collection<MutationResult> mutations) |
MutationMetaData(List<MutationResult> mutations) |
Constructor and Description |
---|
KnownStatusMutationTestUnit(List<MutationResult> mutations) |
Modifier and Type | Method and Description |
---|---|
Collection<MutationResult> |
IncrementalAnalyser.analyse(Collection<MutationDetails> mutation) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectOutputStreamHistoryStore.recordResult(MutationResult result) |
void |
NullHistoryStore.recordResult(MutationResult result) |
Copyright © 2021 org.pitest. All rights reserved.