Class TestCases

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IAnyResource, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseDatatype, org.hl7.fhir.instance.model.api.IBaseResource, org.hl7.fhir.instance.model.api.ICompositeType

public class TestCases extends Resource implements org.hl7.fhir.instance.model.api.ICompositeType
A standard format for test cases used throughout the FHIR ecosystem
See Also:
  • Field Details

    • url

      protected UriType url
      An absolute URI that is used to identify test tests.
    • version

      protected StringType version
      The identifier that is used to identify this version of these tests. Version must use SemVer
    • name

      protected StringType name
      A natural language name identifying the tests. This name should be usable as an identifier for the module by machine processing applications such as code generation.
    • description

      General description of these teats.
    • runner

      protected UrlType runner
      URL of documentation that explains how a runner would read these tests, and use them to actually test out a tool.
    • mode

      A mode that can be passed to a runner running these these tests, that affects test content and influences how the tests are executed or evaulated (or even if they run)
    • suite

      A suite of tests that all share a common set up, and can be executed as a group
  • Constructor Details

  • Method Details