Package | Description |
---|---|
org.pitest.coverage.execute | |
org.pitest.mutationtest | |
org.pitest.mutationtest.execute | |
org.pitest.util |
Modifier and Type | Method and Description |
---|---|
void |
CoveragePipe.end(ExitCode exitCode) |
Modifier and Type | Method and Description |
---|---|
static DetectionStatus |
DetectionStatus.getForErrorExitCode(ExitCode exitCode)
Converts a process exit code to a mutation status
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultReporter.done(ExitCode exitCode) |
void |
Reporter.done(ExitCode exitCode) |
Modifier and Type | Method and Description |
---|---|
static ExitCode |
ExitCode.fromCode(int code) |
static ExitCode |
ExitCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExitCode[] |
ExitCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 org.pitest. All rights reserved.