All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hl7.fhir.r5.test.utils.TestConstants Maven / Gradle / Ivy

package org.hl7.fhir.r5.test.utils;

import java.nio.file.Paths;

import org.hl7.fhir.utilities.MarkedToMoveToAdjunctPackage;

import java.lang.String;

@MarkedToMoveToAdjunctPackage
public class TestConstants {
    public static final String TX_CACHE = Paths.get("src","test","resources", "txCache").toAbsolutePath().toString();
    public static final String USER_AGENT = "fhir/r5-test-cases";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy