Class TTestScriptFixture

Unit

Declaration

type TTestScriptFixture = 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 autocreate : boolean read Getautocreate write Setautocreate;
Public property autocreateElement : Tboolean read GetautocreateElement write SetautocreateElement;
Public property autodelete : boolean read Getautodelete write Setautodelete;
Public property autodeleteElement : Tboolean read GetautodeleteElement write SetautodeleteElement;
Public property resource : TReference read Getresource write Setresource;

Description

Methods

Public constructor Create; override;
 

Properties

Public property autocreate : boolean read Getautocreate write Setautocreate;

Whether or not to implicitly create the fixture during setup. If true, the fixture is automatically created on each server being tested during setup, therefore no create operation is required for this fixture in the TestScript.setup section.

Public property autocreateElement : Tboolean read GetautocreateElement write SetautocreateElement;
 
Public property autodelete : boolean read Getautodelete write Setautodelete;

Whether or not to implicitly delete the fixture during teardown. If true, the fixture is automatically deleted on each server being tested during teardown, therefore no delete operation is required for this fixture in the TestScript.teardown section.

Public property autodeleteElement : Tboolean read GetautodeleteElement write SetautodeleteElement;
 
Public property resource : TReference read Getresource write Setresource;

Reference to the resource (containing the contents of the resource needed for operations).


Generated by PasDoc 0.15.0.