
Uses of Class
org.hl7.fhir.r5.tools.TestCases
Packages that use TestCases
-
Uses of TestCases in org.hl7.fhir.r5.tools
Methods in org.hl7.fhir.r5.tools that return TestCasesModifier and TypeMethodDescriptionTestCases.addMode
(TestCases.TestCasesModeComponent t) TestCases.addSuite
(TestCases.TestCasesSuiteComponent t) TestCases.copy()
protected TestCases
ToolsJsonParser.parseTestCases
(com.google.gson.JsonObject json) protected TestCases
ToolsXmlParser.parseTestCases
(org.xmlpull.v1.XmlPullParser xpp) TestCases.setDescription
(String value) TestCases.setDescriptionElement
(MarkdownType value) TestCases.setMode
(List<TestCases.TestCasesModeComponent> theMode) TestCases.setNameElement
(StringType value) TestCases.setRunnerElement
(UrlType value) TestCases.setSuite
(List<TestCases.TestCasesSuiteComponent> theSuite) TestCases.setUrlElement
(UriType value) TestCases.setVersion
(String value) TestCases.setVersionElement
(StringType value) protected TestCases
TestCases.typedCopy()
Methods in org.hl7.fhir.r5.tools with parameters of type TestCasesModifier and TypeMethodDescriptionprotected void
ToolsJsonParser.composeTestCases
(String name, TestCases element) protected void
ToolsXmlParser.composeTestCases
(String name, TestCases element) protected void
ToolsXmlParser.composeTestCasesElements
(TestCases element) protected void
ToolsJsonParser.composeTestCasesProperties
(TestCases element) void
TestCases.copyValues
(TestCases dst) protected boolean
ToolsXmlParser.parseTestCasesContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestCases res) protected void
ToolsJsonParser.parseTestCasesProperties
(com.google.gson.JsonObject json, TestCases res)