Skip to main content

HS.Test.UI.Test

serial class HS.Test.UI.Test extends %Library.SerialObject, %XML.Adaptor

Property Inventory

Properties

property Code as %String;
In multi-step actions, specify which code method was being executed
Property methods: CodeDisplayToLogical(), CodeGet(), CodeIsValid(), CodeLogicalToDisplay(), CodeLogicalToOdbc(), CodeNormalize(), CodeSet()
property Comment as %String (MAXLEN = 255);
In multi-step actions, specify a comment related to the test
Property methods: CommentDisplayToLogical(), CommentGet(), CommentIsValid(), CommentLogicalToDisplay(), CommentLogicalToOdbc(), CommentNormalize(), CommentSet()
property LogTransaction as %Boolean [ InitialExpression = 1 ];
Property methods: LogTransactionDisplayToLogical(), LogTransactionGet(), LogTransactionIsValid(), LogTransactionLogicalToDisplay(), LogTransactionLogicalToXSD(), LogTransactionNormalize(), LogTransactionSet(), LogTransactionXSDToLogical()
property Request as %Persistent (CLASSNAME = 1);
Property methods: RequestGet(), RequestGetObject(), RequestGetObjectId(), RequestGetSwizzled(), RequestIsValid(), RequestNewObject(), RequestSet(), RequestSetObject(), RequestSetObjectId(), RequestUnSwizzle()
property Response as %Persistent (CLASSNAME = 1);
Property methods: ResponseGet(), ResponseGetObject(), ResponseGetObjectId(), ResponseGetSwizzled(), ResponseIsValid(), ResponseNewObject(), ResponseSet(), ResponseSetObject(), ResponseSetObjectId(), ResponseUnSwizzle()
property RunTime as %TimeStamp [ InitialExpression = $ZDT($H,3) ];
Property methods: RunTimeDisplayToLogical(), RunTimeGet(), RunTimeIsValid(), RunTimeLogicalToDisplay(), RunTimeLogicalToXSD(), RunTimeNormalize(), RunTimeOdbcToLogical(), RunTimeSet(), RunTimeXSDToLogical()
property Service as HS.Registry.Service.Abstract;
Property methods: ServiceGet(), ServiceGetObject(), ServiceGetObjectId(), ServiceGetSwizzled(), ServiceIsValid(), ServiceNewObject(), ServiceSet(), ServiceSetObject(), ServiceSetObjectId(), ServiceUnSwizzle()
property SessionId as %String;
Property methods: SessionIdDisplayToLogical(), SessionIdGet(), SessionIdIsValid(), SessionIdLogicalToDisplay(), SessionIdLogicalToOdbc(), SessionIdNormalize(), SessionIdSet()
property Status as %Status [ InitialExpression = 1 ];
Property methods: StatusGet(), StatusIsValid(), StatusLogicalToOdbc(), StatusLogicalToXSD(), StatusSet(), StatusXSDToLogical()
property TransactionLogID as %String;
if logging the transaction this is the entry from TCPTrace.Log
Property methods: TransactionLogIDDisplayToLogical(), TransactionLogIDGet(), TransactionLogIDIsValid(), TransactionLogIDLogicalToDisplay(), TransactionLogIDLogicalToOdbc(), TransactionLogIDNormalize(), TransactionLogIDSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab