
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.modeListA 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.TestCasesModeComponent.copy()protected TestCases.TestCasesModeComponentToolsJsonParser.parseTestCasesModeComponent(com.google.gson.JsonObject json) protected TestCases.TestCasesModeComponentToolsXmlParser.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 voidToolsJsonParser.composeTestCasesModeComponent(String name, TestCases.TestCasesModeComponent element) protected voidToolsXmlParser.composeTestCasesModeComponent(String name, TestCases.TestCasesModeComponent element) protected voidToolsXmlParser.composeTestCasesModeComponentElements(TestCases.TestCasesModeComponent element) protected voidToolsJsonParser.composeTestCasesModeComponentProperties(TestCases.TestCasesModeComponent element) voidTestCases.TestCasesModeComponent.copyValues(TestCases.TestCasesModeComponent dst) protected booleanToolsXmlParser.parseTestCasesModeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestCases.TestCasesModeComponent res) protected voidToolsJsonParser.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.setModeList(List<TestCases.TestCasesModeComponent> theMode)