
Package org.hl7.fhir.r4.test.utils
Class ToolsHelper
java.lang.Object
org.hl7.fhir.r4.test.utils.ToolsHelper
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
executeCanonicalXml
(String[] args) Deprecated.void
executeFragments
(String[] args) Deprecated.executeJson
(String[] args) Deprecated.void
executeRoundTrip
(String[] args) Deprecated.protected org.xmlpull.v1.XmlPullParser
loadXml
(InputStream stream) Deprecated.static void
Deprecated.protected int
nextNoWhitespace
(org.xmlpull.v1.XmlPullParser xpp) Deprecated.void
processExamples
(String rootDir, Collection<String> list) Deprecated.void
testRoundTrip
(String rootDir, String tmpDir, Collection<String> names) Deprecated.
-
Constructor Details
-
ToolsHelper
public ToolsHelper()Deprecated.
-
-
Method Details
-
main
Deprecated. -
loadXml
protected org.xmlpull.v1.XmlPullParser loadXml(InputStream stream) throws org.xmlpull.v1.XmlPullParserException, IOException Deprecated.- Throws:
org.xmlpull.v1.XmlPullParserException
IOException
-
nextNoWhitespace
protected int nextNoWhitespace(org.xmlpull.v1.XmlPullParser xpp) throws org.xmlpull.v1.XmlPullParserException, IOException Deprecated.- Throws:
org.xmlpull.v1.XmlPullParserException
IOException
-
executeFragments
Deprecated.- Throws:
IOException
-
executeRoundTrip
public void executeRoundTrip(String[] args) throws IOException, org.hl7.fhir.exceptions.FHIRException Deprecated.- Throws:
IOException
org.hl7.fhir.exceptions.FHIRException
-
executeJson
Deprecated.- Throws:
IOException
org.hl7.fhir.exceptions.FHIRException
-
executeCanonicalXml
public void executeCanonicalXml(String[] args) throws org.hl7.fhir.exceptions.FHIRException, IOException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
-
processExamples
public void processExamples(String rootDir, Collection<String> list) throws org.hl7.fhir.exceptions.FHIRException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
-
testRoundTrip
Deprecated.- Throws:
Throwable
-