org.hl7.fhir.utilities.tests.execution.CliTestException Maven / Gradle / Ivy
package org.hl7.fhir.utilities.tests.execution;
public interface CliTestException {
String getTestId();
Throwable getException();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy