Skip to main content

%UnitTest.Portal.standardPage

class %UnitTest.Portal.standardPage extends %ZEN.Portal.standardPage

Property Inventory

Method Inventory

Parameters

parameter HOMEPAGE = %25CSP.Portal.Home.zen;
URL of home page (used in links).
parameter PAGENAME = UnitTest Report Page;
Name of this page.
parameter RESOURCE = %Development;
Inherited description: This is a comma-delimited list of system Resources and associated permissions. A user must hold the specified permissions on at least one of the specified resources in order to view this page or invoke any of its server-side methods from the client.
The format of each item in the list should be as follows:
Resource[:Permission]
Permission is optional, and defaults to USE if not supplied. If it is supplied, it should be one of USE, READ or WRITE.

Properties

property IndexId as %ZEN.Datatype.integer (ZENURL = "Index");
Property methods: IndexIdDisplayToLogical(), IndexIdGet(), IndexIdIsValid(), IndexIdLogicalToDisplay(), IndexIdLogicalToOdbc(), IndexIdNormalize(), IndexIdSet()

Methods

Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
classmethod %OnPreHTTP() as %Boolean
Inherited description: Zen page notification of an HTTP request. This method can be overwritten by subclasses.
This is called before the standard Zen pre-HTTP processing occurs.
classmethod GetTestColor(level) as %String
classmethod GetTestState(level) as %String
classmethod GetTestStatus(index, suite, case, method, action) as %Integer
return value 0 = failed, 1 = passed, 2 = skipped
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
This client event is fired when the a popup page launched from this page fires an action.

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab