Package | Description |
---|---|
org.pitest.mutationtest.engine |
Modifier and Type | Method and Description |
---|---|
static MethodName |
MethodName.fromString(String name) |
MethodName |
MutationDetails.getMethod()
Returns the class in which this mutation is located
|
MethodName |
Location.getMethodName() |
Modifier and Type | Method and Description |
---|---|
static Location |
Location.location(ClassName clazz,
MethodName method,
String methodDesc) |
Constructor and Description |
---|
Location(ClassName clazz,
MethodName method,
String methodDesc) |
Copyright © 2021 org.pitest. All rights reserved.