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