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 SummaryConstructorsConstructorDescriptionJUnitTestException(org.junit.runner.Result result, String xmlReport) Construct junit runtime exception based on result.
- 
Method SummaryModifier and TypeMethodDescriptionorg.junit.runner.ResultGet JUnit result object.Get xml report.toString()Return a string representation of this object.Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Constructor Details- 
JUnitTestExceptionConstruct junit runtime exception based on result.- Parameters:
- result- junit result object
- xmlReport- junit xml report
 
 
- 
- 
Method Details