Class JUnit4TestException
- java.lang.Object
-
- org.hl7.fhir.utilities.tests.execution.junit4.JUnit4TestException
-
- All Implemented Interfaces:
CliTestException
public class JUnit4TestException extends Object implements CliTestException
-
-
Constructor Summary
Constructors Constructor Description JUnit4TestException(org.junit.runner.notification.Failure failure)
-
-
-
Constructor Detail
-
JUnit4TestException
public JUnit4TestException(org.junit.runner.notification.Failure failure)
-
-
Method Detail
-
getTestId
public String getTestId()
- Specified by:
getTestIdin interfaceCliTestException
-
getException
public Throwable getException()
- Specified by:
getExceptionin interfaceCliTestException
-
-