Class TTestPlanScript

Unit

Declaration

type TTestPlanScript = class(TBackboneElement)

Description

A plan for executing testing on an artifact or specifications.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property language : TCodeableConcept read Getlanguage write Setlanguage;
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 language : TCodeableConcept read Getlanguage write Setlanguage;

The language for the test cases e.g. 'gherkin', 'testscript'.

Public property sourceString : string read GetsourceString write SetsourceString;

The actual content of the cases - references to TestScripts or externally defined content. (choose any one of source*, but only one)

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

The actual content of the cases - references to TestScripts or externally defined content. (choose any one of source*, but only one)


Generated by PasDoc 0.15.0.