
Uses of Class
org.hl7.fhir.r5.tools.TestCases.TestCasesSuiteResourceComponent
Packages that use TestCases.TestCasesSuiteResourceComponent
-
Uses of TestCases.TestCasesSuiteResourceComponent in org.hl7.fhir.r5.tools
Fields in org.hl7.fhir.r5.tools with type parameters of type TestCases.TestCasesSuiteResourceComponentModifier and TypeFieldDescriptionprotected List
<TestCases.TestCasesSuiteResourceComponent> TestCases.TestCasesSuiteTestComponent.inputList
The resources used when executing this test.protected List
<TestCases.TestCasesSuiteResourceComponent> TestCases.TestCasesSuiteTestComponent.outputList
Resources expected as output from this test.protected List
<TestCases.TestCasesSuiteResourceComponent> TestCases.TestCasesSuiteComponent.resourceList
The resources used in the tests in this suite.Methods in org.hl7.fhir.r5.tools that return TestCases.TestCasesSuiteResourceComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteTestComponent.addInput()
TestCases.TestCasesSuiteTestComponent.addOutput()
TestCases.TestCasesSuiteResourceComponent.copy()
TestCases.TestCasesSuiteTestComponent.getInputFirstRep()
TestCases.TestCasesSuiteTestComponent.getOutputFirstRep()
ToolsJsonParser.parseTestCasesSuiteResourceComponent
(com.google.gson.JsonObject json) ToolsXmlParser.parseTestCasesSuiteResourceComponent
(org.xmlpull.v1.XmlPullParser xpp) TestCases.TestCasesSuiteResourceComponent.setFileElement
(StringType value) TestCases.TestCasesSuiteResourceComponent.setModeElement
(CodeType value) TestCases.TestCasesSuiteResourceComponent.setNameElement
(StringType value) TestCases.TestCasesSuiteResourceComponent.setResource
(Resource value) Methods in org.hl7.fhir.r5.tools that return types with arguments of type TestCases.TestCasesSuiteResourceComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteTestComponent.getInputList()
TestCases.TestCasesSuiteTestComponent.getOutputList()
TestCases.TestCasesSuiteComponent.getResourceList()
Methods in org.hl7.fhir.r5.tools with parameters of type TestCases.TestCasesSuiteResourceComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteTestComponent.addInput
(TestCases.TestCasesSuiteResourceComponent t) TestCases.TestCasesSuiteTestComponent.addOutput
(TestCases.TestCasesSuiteResourceComponent t) TestCases.TestCasesSuiteComponent.addResource
(TestCases.TestCasesSuiteResourceComponent t) protected void
ToolsJsonParser.composeTestCasesSuiteResourceComponent
(String name, TestCases.TestCasesSuiteResourceComponent element) protected void
ToolsXmlParser.composeTestCasesSuiteResourceComponent
(String name, TestCases.TestCasesSuiteResourceComponent element) protected void
ToolsXmlParser.composeTestCasesSuiteResourceComponentElements
(TestCases.TestCasesSuiteResourceComponent element) protected void
ToolsJsonParser.composeTestCasesSuiteResourceComponentProperties
(TestCases.TestCasesSuiteResourceComponent element) void
TestCases.TestCasesSuiteResourceComponent.copyValues
(TestCases.TestCasesSuiteResourceComponent dst) protected boolean
ToolsXmlParser.parseTestCasesSuiteResourceComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestCases.TestCasesSuiteResourceComponent res) protected void
ToolsJsonParser.parseTestCasesSuiteResourceComponentProperties
(com.google.gson.JsonObject json, TestCases.TestCasesSuiteResourceComponent res) Method parameters in org.hl7.fhir.r5.tools with type arguments of type TestCases.TestCasesSuiteResourceComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteTestComponent.setInputList
(List<TestCases.TestCasesSuiteResourceComponent> theInput) TestCases.TestCasesSuiteTestComponent.setOutputList
(List<TestCases.TestCasesSuiteResourceComponent> theOutput) TestCases.TestCasesSuiteComponent.setResourceList
(List<TestCases.TestCasesSuiteResourceComponent> theResource)