%UnitTest.Report
Class %UnitTest.Report Extends %CSP.Page [ Abstract, Not ProcedureBlock, System = 3 ]
Methods
GetTestStatus
ClassMethod GetTestStatus(namespace, index, suite, case, method, action) As %Integer
return value 0 = failed, 1 = passed, 2 = skipped
OnPreHTTP
ClassMethod OnPreHTTP() As %Boolean [ ServerOnly = 1 ]