Class TTestScriptAction1

Unit

Declaration

type TTestScriptAction1 = class(TBackboneElement)

Description

A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property operation : TTestScriptOperation read Getoperation write Setoperation;
Public property assert : TTestScriptAssert read Getassert write Setassert;

Description

Methods

Public constructor Create; override;
 

Properties

Public property operation : TTestScriptOperation read Getoperation write Setoperation;

An operation would involve a REST request to a server.

Public property assert : TTestScriptAssert read Getassert write Setassert;

Evaluates the results of previous operations to determine if the server under test behaves appropriately.


Generated by PasDoc 0.15.0.