Class JUnit5TestException
- java.lang.Object
-
- org.hl7.fhir.utilities.tests.execution.junit5.JUnit5TestException
-
- All Implemented Interfaces:
CliTestException
public class JUnit5TestException extends Object implements CliTestException
-
-
Constructor Summary
Constructors Constructor Description JUnit5TestException(org.junit.platform.launcher.listeners.TestExecutionSummary.Failure ex)
-
-
-
Constructor Detail
-
JUnit5TestException
public JUnit5TestException(org.junit.platform.launcher.listeners.TestExecutionSummary.Failure ex)
-
-
Method Detail
-
getTestId
public String getTestId()
- Specified by:
getTestIdin interfaceCliTestException
-
getException
public Throwable getException()
- Specified by:
getExceptionin interfaceCliTestException
-
-