public class Call extends Object implements Serializable
| Constructor and Description |
|---|
Call(Call call) |
Call(String classname,
String methodName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClassName() |
String |
getMethodName() |
int |
hashCode() |
boolean |
matches(Call other) |
String |
toString() |
Copyright © 2010–2017 EvoSuite. All rights reserved.