
Uses of Class
org.hl7.fhir.r5.tools.TestCases.TestCasesModeComponent
Packages that use TestCases.TestCasesModeComponent
-
Uses of TestCases.TestCasesModeComponent in org.hl7.fhir.r5.tools
Fields in org.hl7.fhir.r5.tools with type parameters of type TestCases.TestCasesModeComponentModifier and TypeFieldDescriptionprotected List
<TestCases.TestCasesModeComponent> TestCases.mode
A mode that can be passed to a runner running these these tests, that affects test content and influences how the tests are executed or evaulated (or even if they run)Methods in org.hl7.fhir.r5.tools that return TestCases.TestCasesModeComponentModifier and TypeMethodDescriptionTestCases.addMode()
TestCases.TestCasesModeComponent.copy()
TestCases.getModeFirstRep()
protected TestCases.TestCasesModeComponent
ToolsJsonParser.parseTestCasesModeComponent
(com.google.gson.JsonObject json) protected TestCases.TestCasesModeComponent
ToolsXmlParser.parseTestCasesModeComponent
(org.xmlpull.v1.XmlPullParser xpp) TestCases.TestCasesModeComponent.setCodeElement
(StringType value) TestCases.TestCasesModeComponent.setDescription
(String value) TestCases.TestCasesModeComponent.setDescriptionElement
(StringType value) Methods in org.hl7.fhir.r5.tools that return types with arguments of type TestCases.TestCasesModeComponentMethods in org.hl7.fhir.r5.tools with parameters of type TestCases.TestCasesModeComponentModifier and TypeMethodDescriptionTestCases.addMode
(TestCases.TestCasesModeComponent t) protected void
ToolsJsonParser.composeTestCasesModeComponent
(String name, TestCases.TestCasesModeComponent element) protected void
ToolsXmlParser.composeTestCasesModeComponent
(String name, TestCases.TestCasesModeComponent element) protected void
ToolsXmlParser.composeTestCasesModeComponentElements
(TestCases.TestCasesModeComponent element) protected void
ToolsJsonParser.composeTestCasesModeComponentProperties
(TestCases.TestCasesModeComponent element) void
TestCases.TestCasesModeComponent.copyValues
(TestCases.TestCasesModeComponent dst) protected boolean
ToolsXmlParser.parseTestCasesModeComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestCases.TestCasesModeComponent res) protected void
ToolsJsonParser.parseTestCasesModeComponentProperties
(com.google.gson.JsonObject json, TestCases.TestCasesModeComponent res) Method parameters in org.hl7.fhir.r5.tools with type arguments of type TestCases.TestCasesModeComponentModifier and TypeMethodDescriptionTestCases.setMode
(List<TestCases.TestCasesModeComponent> theMode)