public class CallContext extends Object implements Serializable
| Constructor and Description |
|---|
CallContext() |
CallContext(Collection<Call> contextt) |
CallContext(StackTraceElement[] stackTrace)
Constructor for CallContext.
|
CallContext(String className,
String methodName)
Constructor for public methods
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Call> |
getContext() |
String |
getRootClassName()
getRootClassName
|
String |
getRootMethodName()
getRootMethodName
|
CallContext |
getSuperContext(String className,
String methodName)
Deprecated.
|
int |
hashCode() |
boolean |
isEmpty() |
boolean |
matches(CallContext other) |
boolean |
oldMatches(CallContext other) |
int |
size() |
String |
toString() |
public CallContext(StackTraceElement[] stackTrace)
Constructor for CallContext.
stackTrace - an array of StackTraceElement objects.public CallContext(String className, String methodName)
className - methodName - public CallContext()
public CallContext(Collection<Call> contextt)
public boolean isEmpty()
public int size()
@Deprecated public CallContext getSuperContext(String className, String methodName)
public boolean oldMatches(CallContext other)
public boolean matches(CallContext other)
Copyright © 2010–2017 EvoSuite. All rights reserved.