Package | Description |
---|---|
org.pitest.mutationtest.engine |
Modifier and Type | Method and Description |
---|---|
static PoisonStatus |
PoisonStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PoisonStatus[] |
PoisonStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MutationDetails |
MutationDetails.withPoisonStatus(PoisonStatus poisonStatus) |
Constructor and Description |
---|
MutationDetails(MutationIdentifier id,
String filename,
String description,
int lineNumber,
int block,
boolean isInFinallyBlock,
PoisonStatus poison) |
Copyright © 2021 org.pitest. All rights reserved.