%UnitTest.Portal.TestSuite
Class %UnitTest.Portal.TestSuite Extends %UnitTest.Portal.standardPage [ DependsOn = %ZEN.Component.tableNavigator, System = 4 ]
Properties
RealSuite
Property RealSuite As %String [ Calculated ];
XDatas
contentPane
XData contentPane [ XMLNamespace = "http://www.intersystems.com/zen" ]
Methods
BuildTestInstance
Method BuildTestInstance() As %Status
%OnAfterCreatePage
Method %OnAfterCreatePage() As %Status
Decorate the page.
RealSuiteGet
Method RealSuiteGet() As %Status
%OnGetTitle
Method %OnGetTitle() As %String
%OnGetPageName
Method %OnGetPageName() As %String
Get the (localized) name of the page. This should be implemented in a subclass.