DocBook|Search
Class Reference
%SYS.Bench.Test
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%SYS] >  [Bench] >  [Test]
Private  Storage  

persistent class %SYS.Bench.Test extends %Persistent

Class structure used by %BENCHLANG routine Properties and results of an individual test

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 1


Summary

Properties
Description Result Test TestRun

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


Properties

• property Description as %String(MAXLEN=100);
The text description (usually the code snippet) of the individual test.
• property Result as %Float;
The results of the individual tests. this may be the length of time (in seconds), or the CPU time (in seconds) or the number of iterations done.
• property Test as %String;
The test id for the results of a specific test within a run.
• relationship TestRun as Run [ Inverse = Tests,Cardinality = parent ];
The parent 'run' object for this individual test.

Indices

• index (Test on Test) [IdKey];