Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%UnitTest] >  [Result] >  [TestSuite]
Private  Storage   

persistent class %UnitTest.Result.TestSuite extends %Persistent, %XML.Adaptor

Object and SQL projection of a UnitTest TestSuite

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
7 1 2


Summary

Properties
Duration ErrorAction ErrorDescription Name
Status TestCases TestInstance

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetParameter %GetSwizzleObject %Id
%InsertBatch %IsA %IsModified %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateIndices %ValidateObject %ValidateTable FileIndicesRecursive
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType


Properties

• property Duration as %Numeric(SCALE=6);
Duration of the execution of the TestSuite, in seconds
• property ErrorAction as %String;
If the Status is failed, this is the action that logged the error
• property ErrorDescription as %String;
If the Status is failed, this is the description of the error
• property Name as %String;
Name of the TestSuite
• property Status as %Integer(DISPLAYLIST=",failed,passed,skipped",VALUELIST=",0,1,2");
The status of the TestSuite.
• relationship TestCases as %UnitTest.Result.TestCase [ Inverse = TestSuite,Cardinality = children ];
List of TestCases in this TestSuite
• relationship TestInstance as %UnitTest.Result.TestInstance [ Inverse = TestSuites,Cardinality = parent ];
The parent TestInstance containing this TestSuite

Methods

• classmethod FileIndicesRecursive(id) as %Status

Indices

•index (IdKeyIndex on Name) [IdKey];
•index (idxName on Name);


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.