public class Failure extends Object implements Serializable
| Constructor and Description |
|---|
Failure(ContractViolation violation) |
Failure(Throwable t,
int position,
TestCase test) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getExceptionMessage() |
String |
getExceptionName() |
int |
getLineNo() |
String |
getMethodName() |
StackTraceElement[] |
getStackTrace() |
String |
toString() |
public Failure(ContractViolation violation)
public String getClassName()
public String getMethodName()
public String getExceptionName()
public String getExceptionMessage()
public StackTraceElement[] getStackTrace()
public int getLineNo()
Copyright © 2010–2017 EvoSuite. All rights reserved.