Class TTestScriptAction

Unit

Declaration

type TTestScriptAction = class(TBackboneElement)

Description

A structured set of tests against a FHIR server or client 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;

The operation to perform.

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.