Class TestResult

java.lang.Object
org.fhirfrog.frog.api.TestResult

@Deprecated public class TestResult extends Object
Deprecated.
Use org.fhirfrog.frog.internal.testscript.TestScriptEngine.ExecutionResult#getTestReport() to obtain the FHIR TestReport directly. This DTO will be removed in a future release.
Test execution result schema.
  • Constructor Details

    • TestResult

      public TestResult()
      Deprecated.