Uses of Class
org.hl7.fhir.r5.model.TestPlan.TestPlanTestCaseAssertionComponent
-
Uses of TestPlan.TestPlanTestCaseAssertionComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseTestPlanTestCaseAssertionComponent
(com.google.gson.JsonObject json) XmlParser.parseTestPlanTestCaseAssertionComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestPlanTestCaseAssertionComponent
(String name, TestPlan.TestPlanTestCaseAssertionComponent element) protected void
RdfParser.composeTestPlanTestCaseAssertionComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestPlan.TestPlanTestCaseAssertionComponent element, int index) protected void
XmlParser.composeTestPlanTestCaseAssertionComponent
(String name, TestPlan.TestPlanTestCaseAssertionComponent element) protected void
XmlParser.composeTestPlanTestCaseAssertionComponentElements
(TestPlan.TestPlanTestCaseAssertionComponent element) protected void
JsonParser.composeTestPlanTestCaseAssertionComponentProperties
(TestPlan.TestPlanTestCaseAssertionComponent element) protected boolean
XmlParser.parseTestPlanTestCaseAssertionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestPlan.TestPlanTestCaseAssertionComponent res) protected void
JsonParser.parseTestPlanTestCaseAssertionComponentProperties
(com.google.gson.JsonObject json, TestPlan.TestPlanTestCaseAssertionComponent res) -
Uses of TestPlan.TestPlanTestCaseAssertionComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<TestPlan.TestPlanTestCaseAssertionComponent> TestPlan.TestPlanTestCaseComponent.assertion
The test assertions - the expectations of test results from the execution of the test case.Modifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.addAssertion()
TestPlan.TestPlanTestCaseAssertionComponent.addObject
(CodeableReference t) TestPlan.TestPlanTestCaseAssertionComponent.addResult
(CodeableReference t) TestPlan.TestPlanTestCaseAssertionComponent.addType
(CodeableConcept t) TestPlan.TestPlanTestCaseAssertionComponent.copy()
TestPlan.TestPlanTestCaseComponent.getAssertionFirstRep()
TestPlan.TestPlanTestCaseAssertionComponent.setObject
(List<CodeableReference> theObject) TestPlan.TestPlanTestCaseAssertionComponent.setResult
(List<CodeableReference> theResult) TestPlan.TestPlanTestCaseAssertionComponent.setType
(List<CodeableConcept> theType) Modifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.addAssertion
(TestPlan.TestPlanTestCaseAssertionComponent t) void
TestPlan.TestPlanTestCaseAssertionComponent.copyValues
(TestPlan.TestPlanTestCaseAssertionComponent dst) Modifier and TypeMethodDescriptionTestPlan.TestPlanTestCaseComponent.setAssertion
(List<TestPlan.TestPlanTestCaseAssertionComponent> theAssertion)