
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.input
The resources used when executing this test.protected List
<TestCases.TestCasesSuiteResourceComponent> TestCases.TestCasesSuiteTestComponent.output
Resources expected as output from this test.protected List
<TestCases.TestCasesSuiteResourceComponent> TestCases.TestCasesSuiteComponent.resource
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.TestCasesSuiteComponent.addResource()
TestCases.TestCasesSuiteResourceComponent.copy()
TestCases.TestCasesSuiteTestComponent.getInputFirstRep()
TestCases.TestCasesSuiteTestComponent.getOutputFirstRep()
TestCases.TestCasesSuiteComponent.getResourceFirstRep()
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.getInput()
TestCases.TestCasesSuiteTestComponent.getOutput()
TestCases.TestCasesSuiteComponent.getResource()
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.setInput
(List<TestCases.TestCasesSuiteResourceComponent> theInput) TestCases.TestCasesSuiteTestComponent.setOutput
(List<TestCases.TestCasesSuiteResourceComponent> theOutput) TestCases.TestCasesSuiteComponent.setResource
(List<TestCases.TestCasesSuiteResourceComponent> theResource)