net.thucydides.core.reports.adaptors.xunit.model
Class TestException
java.lang.Object
net.thucydides.core.reports.adaptors.xunit.model.TestException
public class TestException
- extends Object
A failure or error as represented in an xUnit testcase result.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestException
public TestException(String message,
String errorOutput,
String type)
getMessage
public String getMessage()
getType
public String getType()
getErrorOutput
public String getErrorOutput()
asAssertionFailure
public Throwable asAssertionFailure()
asException
public Throwable asException()
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.