Class TTestPlanTestData

Unit

Declaration

type TTestPlanTestData = class(TBackboneElement)

Description

A plan for executing testing on an artifact or specifications.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCoding read Gettype_ write Settype_;
Public property content : TReference read Getcontent write Setcontent;
Public property sourceString : string read GetsourceString write SetsourceString;
Public property sourceStringElement : Tstring read GetsourceStringElement write SetsourceStringElement;
Public property sourceReference : TReference read GetsourceReference write SetsourceReference;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCoding read Gettype_ write Settype_;

The type of test data description, e.g. 'synthea'.

Public property content : TReference read Getcontent write Setcontent;

The actual test resources when they exist.

Public property sourceString : string read GetsourceString write SetsourceString;

Pointer to a definition of test resources - narrative or structured e.g. synthetic data generation, etc. (choose any one of source*, but only one)

Public property sourceStringElement : Tstring read GetsourceStringElement write SetsourceStringElement;
 
Public property sourceReference : TReference read GetsourceReference write SetsourceReference;

Pointer to a definition of test resources - narrative or structured e.g. synthetic data generation, etc. (choose any one of source*, but only one)


Generated by PasDoc 0.15.0.