Package | Description |
---|---|
org.pitest.mutationtest | |
org.pitest.mutationtest.execute |
Modifier and Type | Method and Description |
---|---|
static DetectionStatus |
DetectionStatus.getForErrorExitCode(ExitCode exitCode)
Converts a process exit code to a mutation status
|
DetectionStatus |
MutationStatusTestPair.getStatus() |
static DetectionStatus |
DetectionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectionStatus[] |
DetectionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static MutationStatusTestPair |
MutationStatusTestPair.notAnalysed(int testsRun,
DetectionStatus status) |
Constructor and Description |
---|
MutationStatusTestPair(int numberOfTestsRun,
DetectionStatus status,
List<String> killingTests,
List<String> succeedingTests) |
MutationStatusTestPair(int numberOfTestsRun,
DetectionStatus status,
String killingTest) |
Modifier and Type | Method and Description |
---|---|
DetectionStatus |
CheckTestHasFailedResultListener.status() |
Copyright © 2021 org.pitest. All rights reserved.