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

abstract class %UnitTest.Report extends %CSP.Page

Defines the web pages (CSP pages) that report the results of tests.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
12


Summary

Methods
%ClassIsLatestVersion %ClassName %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %Extends %GetParameter %IsA
%OriginalNamespace %PackageName ConvertParameter Decrypt
DeleteSuite Encrypt EscapeHTML EscapeURL
GetTestColor GetTestState GetTestStatus HyperEventBody
HyperEventCall HyperEventFrame HyperEventHead Include
InsertHiddenField InsertHiddenFields IsPrivate Link
NoNamespace OnHTTPHeader OnPage OnPageError
OnPostHTTP OnPostHyperEvent OnPreHTTP OnPreHyperEvent
Page QuoteJS RewriteURL ShowAsserts
ShowCases ShowError ShowIndices ShowMethods
ShowSuites StartTimer StopTimer ThrowError
UnescapeHTML UnescapeURL writeStyle


Methods

• classmethod DeleteSuite(namespace, index) as %Status
• classmethod GetTestColor(level) as %String
• classmethod GetTestState(level) as %String
• classmethod GetTestStatus(namespace, index, suite, case, method, action) as %Integer
return value 0 = failed, 1 = passed, 2 = skipped
• classmethod NoNamespace() as %Status
• classmethod OnPage() as %Status
Event handler for PAGE event: this is invoked in order to generate the content of a csp page.
• classmethod ShowAsserts(namespace, index, suite, case, method) as %Status
• classmethod ShowCases(namespace, index, suite) as %Status
• classmethod ShowIndices(namespace) as %Status
• classmethod ShowMethods(namespace, index, suite, case) as %Status
• classmethod ShowSuites(namespace, index) as %Status
• classmethod writeStyle()