0.0.1 - ci-build

TestScriptEngineIG - Local Development build (v0.0.1). See the Directory of published versions

: subtest-executed-each-pass - JSON Representation

Raw json | Download


{
  "resourceType" : "TestReport",
  "id" : "subtest-executed-each-pass",
  "meta" : {
    "profile" : [
      "https://fhir-crucible.github.io/testscript-engine-ig/StructureDefinition/testscript-engine-testreport"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: TestReport</b><a name=\"subtest-executed-each-pass\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource TestReport &quot;subtest-executed-each-pass&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-testscript-engine-testreport.html\">TestScript Engine TestReport</a></p></div><blockquote><p><b>DynamicInput</b></p><p><b>value</b>: checkValue</p><p><b>value</b>: Chalmers</p></blockquote><p><b>ExecutedAsSubtest</b>: true</p><p><b>ExecutedAsSubtestMustPass</b>: false</p><p><b>name</b>: TestReport for SubtestToExecuteExample</p><p><b>status</b>: completed</p><p><b>testScript</b>: <a href=\"https://github.com/fhir-crucible/testscript-generator/SubtestToExecuteExample\">https://github.com/fhir-crucible/testscript-generator/SubtestToExecuteExample: SubtestToExecuteExample</a> &quot;SubtestToExecuteExample&quot;</p><p><b>result</b>: pass</p><p><b>score</b>: 100</p><p><b>tester</b>: The MITRE Corporation</p><p><b>issued</b>: 2022-12-28 17:14:30-0500</p><blockquote><p><b>test</b></p><blockquote><p><b>action</b></p><blockquote><p><b>assert</b></p><p><b>result</b>: pass</p><p><b>message</b>: compare received value</p></blockquote></blockquote></blockquote></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "variableName",
          "valueString" : "checkValue"
        },
        {
          "url" : "value",
          "valueString" : "Chalmers"
        }
      ],
      "url" : "https://fhir-crucible.github.io/testscript-engine-ig/StructureDefinition/dynamic-input"
    },
    {
      "url" : "https://fhir-crucible.github.io/testscript-engine-ig/StructureDefinition/executed-as-subtest",
      "valueBoolean" : true
    },
    {
      "url" : "https://fhir-crucible.github.io/testscript-engine-ig/StructureDefinition/executed-as-subtest-must-pass",
      "valueBoolean" : false
    }
  ],
  "name" : "TestReport for SubtestToExecuteExample",
  "status" : "completed",
  "testScript" : {
    "reference" : "https://github.com/fhir-crucible/testscript-generator/SubtestToExecuteExample",
    "type" : "TestScript",
    "display" : "SubtestToExecuteExample"
  },
  "result" : "pass",
  "score" : 100,
  "tester" : "The MITRE Corporation",
  "issued" : "2022-12-28T17:14:30-05:00",
  "test" : [
    {
      "action" : [
        {
          "assert" : {
            "id" : "compare_receiver_value",
            "result" : "pass",
            "message" : "compare received value"
          }
        }
      ]
    }
  ]
}