| Package | Description |
|---|---|
| org.pitest.mutationtest | |
| org.pitest.mutationtest.tooling | |
| org.pitest.mutationtest.verify |
| Modifier and Type | Method and Description |
|---|---|
List<BuildMessage> |
ListenerArguments.issues() |
| Constructor and Description |
|---|
ListenerArguments(ResultOutputStrategy outputStrategy,
ReportCoverage coverage,
SourceLocator locator,
MutationEngine engine,
long startTime,
boolean fullMutationMatrix,
ReportOptions data,
List<BuildMessage> issues) |
| Modifier and Type | Method and Description |
|---|---|
List<BuildMessage> |
CombinedStatistics.getIssues() |
| Constructor and Description |
|---|
CombinedStatistics(MutationStatistics mutationStatistics,
CoverageSummary coverageSummary,
List<BuildMessage> issues) |
| Modifier and Type | Method and Description |
|---|---|
static BuildMessage |
BuildMessage.buildMessage(String text) |
| Modifier and Type | Method and Description |
|---|---|
default List<BuildMessage> |
BuildVerifier.verifyBuild() |
List<BuildMessage> |
DefaultBuildVerifier.verifyBuild() |
| Modifier and Type | Method and Description |
|---|---|
int |
BuildMessage.compareTo(BuildMessage o) |
Copyright © 2024 org.pitest. All rights reserved.