Package | Description |
---|---|
org.pitest.coverage | |
org.pitest.mutationtest.engine |
Modifier and Type | Method and Description |
---|---|
Location |
BlockLocation.getLocation() |
Modifier and Type | Method and Description |
---|---|
static BlockLocation |
BlockLocation.blockLocation(Location location,
int block) |
Constructor and Description |
---|
BlockLocation(Location location,
int block,
int firstInsnInBlock,
int lastInsnInBlock) |
Modifier and Type | Method and Description |
---|---|
Location |
MutationIdentifier.getLocation()
Returns the location of the mutations
|
static Location |
Location.location(ClassName clazz,
MethodName method,
String methodDesc) |
Modifier and Type | Method and Description |
---|---|
int |
Location.compareTo(Location o) |
Constructor and Description |
---|
MutationIdentifier(Location location,
Collection<Integer> indexes,
String mutatorUniqueId) |
MutationIdentifier(Location location,
int index,
String mutatorUniqueId) |
Copyright © 2021 org.pitest. All rights reserved.