Skip to main content

%UnitTest.Portal.TestCase

Class %UnitTest.Portal.TestCase Extends %UnitTest.Portal.standardPage [ DependsOn = %ZEN.Component.tableNavigator, System = 4 ]

Properties

RealSuite

Property RealSuite As %String [ Calculated ];

RealTestCase

Property RealTestCase As %String [ Calculated ];

XDatas

contentPane

XData contentPane [ XMLNamespace = "http://www.intersystems.com/zen" ]

Methods

BuildTestInstance

Method BuildTestInstance() 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.

%OnAfterCreatePage

Method %OnAfterCreatePage() As %Status

Decorate the page.

RealSuiteGet

Method RealSuiteGet() As %Status

RealTestCaseGet

Method RealTestCaseGet() As %Status