Package ca.uhn.fhir.test
Class BaseTest
java.lang.Object
ca.uhn.fhir.test.BaseTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringloadCompressedResource(String theClasspath) protected <T extends org.hl7.fhir.instance.model.api.IBaseResource>
TloadResource(ca.uhn.fhir.context.FhirContext theCtx, Class<T> theType, String theClasspath) protected StringloadResource(String theClasspath)
-
Constructor Details
-
BaseTest
public BaseTest()
-
-
Method Details
-
loadResource
- Throws:
IOException
-
loadCompressedResource
- Throws:
IOException
-
loadResource
protected <T extends org.hl7.fhir.instance.model.api.IBaseResource> T loadResource(ca.uhn.fhir.context.FhirContext theCtx, Class<T> theType, String theClasspath) throws IOException - Throws:
IOException
-