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.suiteA 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.TestCasesSuiteComponentToolsJsonParser.parseTestCasesSuiteComponent(com.google.gson.JsonObject json) protected TestCases.TestCasesSuiteComponentToolsXmlParser.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 voidToolsJsonParser.composeTestCasesSuiteComponent(String name, TestCases.TestCasesSuiteComponent element) protected voidToolsXmlParser.composeTestCasesSuiteComponent(String name, TestCases.TestCasesSuiteComponent element) protected voidToolsXmlParser.composeTestCasesSuiteComponentElements(TestCases.TestCasesSuiteComponent element) protected voidToolsJsonParser.composeTestCasesSuiteComponentProperties(TestCases.TestCasesSuiteComponent element) voidTestCases.TestCasesSuiteComponent.copyValues(TestCases.TestCasesSuiteComponent dst) protected booleanToolsXmlParser.parseTestCasesSuiteComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestCases.TestCasesSuiteComponent res) protected voidToolsJsonParser.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)