
Uses of Class
org.hl7.fhir.r5.model.TestPlan.TestPlanTestCaseComponent
Packages that use TestPlan.TestPlanTestCaseComponent
-
Uses of TestPlan.TestPlanTestCaseComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestPlan.TestPlanTestCaseComponentModifier and TypeMethodDescriptionprotected TestPlan.TestPlanTestCaseComponent
JsonParser.parseTestPlanTestCaseComponent
(com.google.gson.JsonObject json) protected TestPlan.TestPlanTestCaseComponent
XmlParser.parseTestPlanTestCaseComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type TestPlan.TestPlanTestCaseComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeTestPlanTestCaseComponent
(String name, TestPlan.TestPlanTestCaseComponent element) protected void
RdfParser.composeTestPlanTestCaseComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestPlan.TestPlanTestCaseComponent element, int index) protected void
XmlParser.composeTestPlanTestCaseComponent
(String name, TestPlan.TestPlanTestCaseComponent element) protected void
XmlParser.composeTestPlanTestCaseComponentElements
(TestPlan.TestPlanTestCaseComponent element) protected void
JsonParser.composeTestPlanTestCaseComponentProperties
(TestPlan.TestPlanTestCaseComponent element) protected boolean
XmlParser.parseTestPlanTestCaseComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestPlan.TestPlanTestCaseComponent res) protected void
JsonParser.parseTestPlanTestCaseComponentProperties
(com.google.gson.JsonObject json, TestPlan.TestPlanTestCaseComponent res) -
Uses of TestPlan.TestPlanTestCaseComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type TestPlan.TestPlanTestCaseComponentModifier and TypeFieldDescriptionprotected List
<TestPlan.TestPlanTestCaseComponent> TestPlan.testCase
The individual test cases that are part of this plan, when they they are made explicit.Methods in org.hl7.fhir.r5.model that return TestPlan.TestPlanTestCaseComponentModifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.addAssertion
(TestPlan.TestPlanTestCaseAssertionComponent t) TestPlan.TestPlanTestCaseComponent.addDependency
(TestPlan.TestCaseDependencyComponent t) TestPlan.addTestCase()
TestPlan.TestPlanTestCaseComponent.addTestData
(TestPlan.TestPlanTestCaseTestDataComponent t) TestPlan.TestPlanTestCaseComponent.addTestRun
(TestPlan.TestPlanTestCaseTestRunComponent t) TestPlan.TestPlanTestCaseComponent.copy()
TestPlan.getTestCaseFirstRep()
TestPlan.TestPlanTestCaseComponent.setAssertion
(List<TestPlan.TestPlanTestCaseAssertionComponent> theAssertion) TestPlan.TestPlanTestCaseComponent.setDependency
(List<TestPlan.TestCaseDependencyComponent> theDependency) TestPlan.TestPlanTestCaseComponent.setSequence
(int value) TestPlan.TestPlanTestCaseComponent.setSequenceElement
(IntegerType value) TestPlan.TestPlanTestCaseComponent.setTestData
(List<TestPlan.TestPlanTestCaseTestDataComponent> theTestData) TestPlan.TestPlanTestCaseComponent.setTestRun
(List<TestPlan.TestPlanTestCaseTestRunComponent> theTestRun) Methods in org.hl7.fhir.r5.model that return types with arguments of type TestPlan.TestPlanTestCaseComponentMethods in org.hl7.fhir.r5.model with parameters of type TestPlan.TestPlanTestCaseComponentModifier and TypeMethodDescriptionTestPlan.addTestCase
(TestPlan.TestPlanTestCaseComponent t) void
TestPlan.TestPlanTestCaseComponent.copyValues
(TestPlan.TestPlanTestCaseComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type TestPlan.TestPlanTestCaseComponentModifier and TypeMethodDescriptionTestPlan.setTestCase
(List<TestPlan.TestPlanTestCaseComponent> theTestCase)