001package org.hl7.fhir.utilities.tests.execution;
002
003public interface CliTestException {
004  String getTestId();
005  Throwable getException();
006}