Package com.avoka.tm.test
Class JUnitTestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.avoka.tm.test.JUnitTestException
- All Implemented Interfaces:
Serializable
Provides a runtime exception for unit testing.
- Since:
- 5.1.4
- See Also:
-
Constructor Summary
ConstructorDescriptionJUnitTestException
(org.junit.runner.Result result, String xmlReport) Construct junit runtime exception based on result. -
Method Summary
Modifier and TypeMethodDescriptionorg.junit.runner.Result
Get JUnit result object.Get xml report.toString()
Return a string representation of this object.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
JUnitTestException
Construct junit runtime exception based on result.- Parameters:
result
- junit result objectxmlReport
- junit xml report
-
-
Method Details