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

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

Object and SQL projection of a UnitTest TestAssert

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6 1 2


Summary

Properties
Action Counter Description Location Status
TestMethod

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 Action as %String;
The name of the action of the TestAssert
• property Counter as %Integer;
The index of the TestAssert
• property Description as %String;
The description of the TestAssert
• property Location as %String;
The location of the TestAssert in the source document in label[+offset]^[|"ns"|]doc.ext format
• property Status as %Integer(DISPLAYLIST=",failed,passed,skipped",VALUELIST=",0,1,2");
The Status of the TestAssert
• relationship TestMethod as %UnitTest.Result.TestMethod [ Inverse = TestAsserts,Cardinality = parent ];
The parent TestMethod containing this TestAssert

Methods

• classmethod FileIndicesRecursive(id) as %Status

Indices

•index (IdKeyIndex on Counter) [IdKey];
•index (idxStatus on Status);


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