
Uses of Class
org.hl7.fhir.r5.tools.TestCases.TestCasesSuiteComponent
Packages that use TestCases.TestCasesSuiteComponent
-
Uses of TestCases.TestCasesSuiteComponent in org.hl7.fhir.r5.tools
Fields in org.hl7.fhir.r5.tools with type parameters of type TestCases.TestCasesSuiteComponentModifier and TypeFieldDescriptionprotected List
<TestCases.TestCasesSuiteComponent> TestCases.suite
A suite of tests that all share a common set up, and can be executed as a groupMethods in org.hl7.fhir.r5.tools that return TestCases.TestCasesSuiteComponentModifier and TypeMethodDescriptionTestCases.TestCasesSuiteComponent.addParameter
(TestCases.TestCasesSuiteParameterComponent t) TestCases.TestCasesSuiteComponent.addResource
(TestCases.TestCasesSuiteResourceComponent t) TestCases.addSuite()
TestCases.TestCasesSuiteComponent.addTest
(TestCases.TestCasesSuiteTestComponent t) TestCases.TestCasesSuiteComponent.copy()
TestCases.getSuiteFirstRep()
protected TestCases.TestCasesSuiteComponent
ToolsJsonParser.parseTestCasesSuiteComponent
(com.google.gson.JsonObject json) protected TestCases.TestCasesSuiteComponent
ToolsXmlParser.parseTestCasesSuiteComponent
(org.xmlpull.v1.XmlPullParser xpp) TestCases.TestCasesSuiteComponent.setDescription
(String value) TestCases.TestCasesSuiteComponent.setDescriptionElement
(StringType value) TestCases.TestCasesSuiteComponent.setModeElement
(CodeType value) TestCases.TestCasesSuiteComponent.setNameElement
(StringType value) TestCases.TestCasesSuiteComponent.setParameter
(List<TestCases.TestCasesSuiteParameterComponent> theParameter) TestCases.TestCasesSuiteComponent.setResource
(List<TestCases.TestCasesSuiteResourceComponent> theResource) TestCases.TestCasesSuiteComponent.setTest
(List<TestCases.TestCasesSuiteTestComponent> theTest) Methods in org.hl7.fhir.r5.tools that return types with arguments of type TestCases.TestCasesSuiteComponentMethods in org.hl7.fhir.r5.tools with parameters of type TestCases.TestCasesSuiteComponentModifier and TypeMethodDescriptionTestCases.addSuite
(TestCases.TestCasesSuiteComponent t) protected void
ToolsJsonParser.composeTestCasesSuiteComponent
(String name, TestCases.TestCasesSuiteComponent element) protected void
ToolsXmlParser.composeTestCasesSuiteComponent
(String name, TestCases.TestCasesSuiteComponent element) protected void
ToolsXmlParser.composeTestCasesSuiteComponentElements
(TestCases.TestCasesSuiteComponent element) protected void
ToolsJsonParser.composeTestCasesSuiteComponentProperties
(TestCases.TestCasesSuiteComponent element) void
TestCases.TestCasesSuiteComponent.copyValues
(TestCases.TestCasesSuiteComponent dst) protected boolean
ToolsXmlParser.parseTestCasesSuiteComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestCases.TestCasesSuiteComponent res) protected void
ToolsJsonParser.parseTestCasesSuiteComponentProperties
(com.google.gson.JsonObject json, TestCases.TestCasesSuiteComponent res) Method parameters in org.hl7.fhir.r5.tools with type arguments of type TestCases.TestCasesSuiteComponentModifier and TypeMethodDescriptionTestCases.setSuite
(List<TestCases.TestCasesSuiteComponent> theSuite)