DocBook|Search
Class Reference
%UnitTest.Result.TestAssert
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%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
5 1 2


Summary

Properties
Action Counter Description Status TestMethod

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BMEBuilt
%BuildIndices %CheckUnique %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
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateObject 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 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);