public class MutationInfo extends Object implements Serializable
| Constructor and Description |
|---|
MutationInfo(Mutation m) |
MutationInfo(String className,
String methodName,
int lineNo,
String replacement) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClassName() |
int |
getLineNo() |
String |
getMethodName() |
String |
getReplacement() |
int |
hashCode() |
String |
toString() |
Copyright © 2010–2017 EvoSuite. All rights reserved.