
Uses of Class
org.hl7.fhir.r5.tools.TestCases.TestCasesSuiteTestComponent
Packages that use TestCases.TestCasesSuiteTestComponent
-
Uses of TestCases.TestCasesSuiteTestComponent in org.hl7.fhir.r5.tools
Fields in org.hl7.fhir.r5.tools with type parameters of type TestCases.TestCasesSuiteTestComponentModifier and TypeFieldDescriptionprotected List
<TestCases.TestCasesSuiteTestComponent> TestCases.TestCasesSuiteComponent.test
An actual test in the test suiteMethods in org.hl7.fhir.r5.tools that return TestCases.TestCasesSuiteTestComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteTestComponent.addInput
(TestCases.TestCasesSuiteResourceComponent t) TestCases.TestCasesSuiteTestComponent.addOutput
(TestCases.TestCasesSuiteResourceComponent t) TestCases.TestCasesSuiteTestComponent.addParameter
(TestCases.TestCasesSuiteParameterComponent t) TestCases.TestCasesSuiteComponent.addTest()
TestCases.TestCasesSuiteTestComponent.copy()
TestCases.TestCasesSuiteComponent.getTestFirstRep()
protected TestCases.TestCasesSuiteTestComponent
ToolsJsonParser.parseTestCasesSuiteTestComponent
(com.google.gson.JsonObject json) protected TestCases.TestCasesSuiteTestComponent
ToolsXmlParser.parseTestCasesSuiteTestComponent
(org.xmlpull.v1.XmlPullParser xpp) TestCases.TestCasesSuiteTestComponent.setDescription
(String value) TestCases.TestCasesSuiteTestComponent.setDescriptionElement
(StringType value) TestCases.TestCasesSuiteTestComponent.setInput
(List<TestCases.TestCasesSuiteResourceComponent> theInput) TestCases.TestCasesSuiteTestComponent.setModeElement
(StringType value) TestCases.TestCasesSuiteTestComponent.setNameElement
(StringType value) TestCases.TestCasesSuiteTestComponent.setOperation
(String value) TestCases.TestCasesSuiteTestComponent.setOperationElement
(CodeType value) TestCases.TestCasesSuiteTestComponent.setOutput
(List<TestCases.TestCasesSuiteResourceComponent> theOutput) TestCases.TestCasesSuiteTestComponent.setParameter
(List<TestCases.TestCasesSuiteParameterComponent> theParameter) Methods in org.hl7.fhir.r5.tools that return types with arguments of type TestCases.TestCasesSuiteTestComponentMethods in org.hl7.fhir.r5.tools with parameters of type TestCases.TestCasesSuiteTestComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteComponent.addTest
(TestCases.TestCasesSuiteTestComponent t) protected void
ToolsJsonParser.composeTestCasesSuiteTestComponent
(String name, TestCases.TestCasesSuiteTestComponent element) protected void
ToolsXmlParser.composeTestCasesSuiteTestComponent
(String name, TestCases.TestCasesSuiteTestComponent element) protected void
ToolsXmlParser.composeTestCasesSuiteTestComponentElements
(TestCases.TestCasesSuiteTestComponent element) protected void
ToolsJsonParser.composeTestCasesSuiteTestComponentProperties
(TestCases.TestCasesSuiteTestComponent element) void
TestCases.TestCasesSuiteTestComponent.copyValues
(TestCases.TestCasesSuiteTestComponent dst) protected boolean
ToolsXmlParser.parseTestCasesSuiteTestComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestCases.TestCasesSuiteTestComponent res) protected void
ToolsJsonParser.parseTestCasesSuiteTestComponentProperties
(com.google.gson.JsonObject json, TestCases.TestCasesSuiteTestComponent res) Method parameters in org.hl7.fhir.r5.tools with type arguments of type TestCases.TestCasesSuiteTestComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteComponent.setTest
(List<TestCases.TestCasesSuiteTestComponent> theTest)