Uses of Class
org.hl7.fhir.r5.model.TestPlan.TestPlanTestCaseComponent
-
Uses of TestPlan.TestPlanTestCaseComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected TestPlan.TestPlanTestCaseComponent
JsonParser.parseTestPlanTestCaseComponent
(com.google.gson.JsonObject json) protected TestPlan.TestPlanTestCaseComponent
XmlParser.parseTestPlanTestCaseComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier and TypeFieldDescriptionprotected List
<TestPlan.TestPlanTestCaseComponent> TestPlan.testCase
The individual test cases that are part of this plan, when they they are made explicit.Modifier 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) Modifier and TypeMethodDescriptionTestPlan.addTestCase
(TestPlan.TestPlanTestCaseComponent t) void
TestPlan.TestPlanTestCaseComponent.copyValues
(TestPlan.TestPlanTestCaseComponent dst) Modifier and TypeMethodDescriptionTestPlan.setTestCase
(List<TestPlan.TestPlanTestCaseComponent> theTestCase)